Skip to content

Commit 5f2b6fa

Browse files
committed
add needs
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 3af7f15 commit 5f2b6fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pr-gate.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ permissions:
88
contents: read
99
pull-requests: read
1010

11-
concurrency:
12-
group: pr-gate-${{ github.event.pull_request.number }}
13-
cancel-in-progress: true
14-
1511
jobs:
1612
gatekeeper:
1713
runs-on: ubuntu-latest
@@ -29,11 +25,15 @@ jobs:
2925
uses: ./.github/actions/pr-permission-gate
3026

3127
pr-vllm:
28+
needs: [gatekeeper]
29+
if: success()
30+
uses: ./.github/workflows/pr-vllm.yml
3231
permissions:
3332
contents: read
34-
uses: ./.github/workflows/pr-vllm.yml
3533

3634
pr-sglang:
35+
needs: [gatekeeper]
36+
if: success()
37+
uses: ./.github/workflows/pr-sglang.yml
3738
permissions:
3839
contents: read
39-
uses: ./.github/workflows/pr-sglang.yml

0 commit comments

Comments
 (0)