We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 556593c + 0d9a13d commit 138e7abCopy full SHA for 138e7ab
.github/workflows/test.yaml
@@ -17,14 +17,14 @@ jobs:
17
# For security reasons, all pull requests need to be approved first before granting access to secrets
18
# So the environment should be set to have a reviewer/s inspect it before approving it
19
name: ${{ github.event_name == 'pull_request_target' && 'Test Pull Request' || 'Test Auto' }}
20
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
21
steps:
22
- name: Wait for approval
23
run: echo "Approved"
24
25
test:
26
name: Test ${{ matrix.job.target }} ${{ matrix.job.channel }}
27
+ runs-on: ubuntu-24.04
28
needs: approve
29
environment:
30
name: Test Auto
0 commit comments