We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0c844 commit 107548bCopy full SHA for 107548b
.github/workflows/pr-gate.yml
@@ -26,11 +26,15 @@ jobs:
26
uses: ./.github/actions/pr-permission-gate
27
28
pr-vllm:
29
- needs: [gatekeeper]
30
- if: success()
+ # needs: [gatekeeper]
+ # if: success()
31
+ permissions:
32
+ contents: read
33
uses: ./.github/workflows/pr-vllm.yml
34
35
pr-sglang:
36
37
38
39
40
uses: ./.github/workflows/pr-sglang.yml
0 commit comments