Skip to content

Commit 3af7f15

Browse files
committed
remove concurrency
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 17eda2f commit 3af7f15

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/pr-gate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ concurrency:
1515
jobs:
1616
gatekeeper:
1717
runs-on: ubuntu-latest
18+
concurrency:
19+
group: pr-gate-${{ github.event.pull_request.number }}
20+
cancel-in-progress: true
1821
steps:
1922
- name: Checkout base branch (safe)
2023
uses: actions/checkout@v5

.github/workflows/pr-sglang.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: PR - SGLang
33
on:
44
workflow_call:
55

6-
# permissions:
7-
# contents: read
8-
#
96
env:
107
# CI Image configuration
118
SGLANG_VERSION: "0.5.5"

.github/workflows/pr-vllm.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: PR - vLLM
33
on:
44
workflow_call:
55

6-
# permissions:
7-
# contents: read
8-
#
96
env:
107
# CI Image configuration
118
VLLM_VERSION: 0.11.2

0 commit comments

Comments
 (0)