We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7f17e commit 96c34c9Copy full SHA for 96c34c9
1 file changed
.github/workflows/test-gpu.yml
@@ -32,10 +32,8 @@ jobs:
32
name: "Triage: Check if GPU tests are allowed to run"
33
if: ${{ !(github.event.pull_request.user.login == 'pre-commit-ci[bot]' || contains(github.event.pull_request.labels.*.name, 'skip-gpu-ci')) }}
34
runs-on: ubuntu-latest
35
- permissions:
36
- pull-requests: read
+ permissions: {}
37
steps:
38
- # TODO: upgrade once cirun image supports node 24
39
- uses: flying-sheep/check@6162e3da6b50abdfe00c3233e6f0ce2d1bdcf69c # v1.0.4
40
with:
41
success: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'run-gpu-ci') }}
@@ -51,6 +49,7 @@ jobs:
51
49
pull-requests: write
52
50
53
+ # TODO: upgrade once cirun image supports node 24
54
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
55
56
fetch-depth: 0
0 commit comments