Skip to content

Commit d62702f

Browse files
authored
fix: remove label name from CI concurrency group (#2044)
Signed-off-by: Terry Kong <terryk@nvidia.com>
1 parent dc9dce4 commit d62702f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ on:
4646
# - 'main'
4747

4848
concurrency:
49-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.event.label.name || 'main' }}
49+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5050
cancel-in-progress: true
5151

5252
jobs:

0 commit comments

Comments
 (0)