Skip to content

Commit 96c34c9

Browse files
authored
fix: coment/perm
1 parent cc7f17e commit 96c34c9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test-gpu.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ jobs:
3232
name: "Triage: Check if GPU tests are allowed to run"
3333
if: ${{ !(github.event.pull_request.user.login == 'pre-commit-ci[bot]' || contains(github.event.pull_request.labels.*.name, 'skip-gpu-ci')) }}
3434
runs-on: ubuntu-latest
35-
permissions:
36-
pull-requests: read
35+
permissions: {}
3736
steps:
38-
# TODO: upgrade once cirun image supports node 24
3937
- uses: flying-sheep/check@6162e3da6b50abdfe00c3233e6f0ce2d1bdcf69c # v1.0.4
4038
with:
4139
success: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'run-gpu-ci') }}
@@ -51,6 +49,7 @@ jobs:
5149
pull-requests: write
5250

5351
steps:
52+
# TODO: upgrade once cirun image supports node 24
5453
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
5554
with:
5655
fetch-depth: 0

0 commit comments

Comments
 (0)