Skip to content

Commit ddfce4d

Browse files
committed
fix concurrency naming
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 0462d28 commit ddfce4d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
6060
fleet:x86-build-runner
6161
concurrency:
62-
group: pr-sglang-${{ github.event.pull_request.number }}
62+
group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number }}
6363
cancel-in-progress: true
6464
outputs:
6565
ci-image: ${{ steps.image-uri-build.outputs.CI_IMAGE_URI }}
@@ -107,7 +107,7 @@ jobs:
107107
(needs.check-changes.outputs.build-change == 'false') && (needs.check-changes.outputs.test-change == 'true'))
108108
runs-on: ubuntu-latest
109109
concurrency:
110-
group: pr-sglang-${{ github.event.pull_request.number }}
110+
group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number }}
111111
cancel-in-progress: true
112112
outputs:
113113
aws-account-id: ${{ steps.set-env.outputs.AWS_ACCOUNT_ID }}
@@ -141,7 +141,7 @@ jobs:
141141
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
142142
fleet:x86-g6xl-runner
143143
concurrency:
144-
group: pr-sglang-${{ github.event.pull_request.number }}
144+
group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number }}
145145
cancel-in-progress: true
146146
steps:
147147
- name: Checkout DLC source
@@ -206,7 +206,7 @@ jobs:
206206
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
207207
fleet:x86-g6exl-runner
208208
concurrency:
209-
group: pr-sglang-${{ github.event.pull_request.number }}
209+
group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number }}
210210
cancel-in-progress: true
211211
steps:
212212
- name: Checkout DLC source
@@ -269,7 +269,7 @@ jobs:
269269
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
270270
fleet:default-runner
271271
concurrency:
272-
group: pr-sglang-${{ github.event.pull_request.number }}-sagemaker-test
272+
group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number }}
273273
cancel-in-progress: false
274274
steps:
275275
- name: Checkout DLC source

0 commit comments

Comments
 (0)