Skip to content

Commit

Permalink
Merge pull request #830 from safe-global/fix/change-unbutu-version
Browse files Browse the repository at this point in the history
fix(unbutu-version): change unbutu version on deployment.yml
  • Loading branch information
clovisdasilvaneto authored Oct 22, 2024
2 parents 3631f4f + 3e6092d commit 1c98316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
pr:
name: Pull Request
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

deploy:
name: Deploy Dev/Staging
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch'

steps:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

release:
name: Production release
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event_name == 'workflow_dispatch'

steps:
Expand Down

0 comments on commit 1c98316

Please sign in to comment.