Skip to content

Commit

Permalink
feat(unbutu-version): pin unbutu version
Browse files Browse the repository at this point in the history
  • Loading branch information
clovisdasilvaneto committed Oct 9, 2024
1 parent 67adfbf commit 6e52211
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-latest
runs-on: ubuntu-22.04
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-latest
runs-on: ubuntu-22.04
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-latest
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/main' && github.event_name == 'workflow_dispatch'

steps:
Expand Down

0 comments on commit 6e52211

Please sign in to comment.