Skip to content

Commit 45e37db

Browse files
committed
action: concurrency fix
1 parent e07fd09 commit 45e37db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge-request-ascend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
concurrency:
9-
group: ${{ github.head_ref && github.workflow}}
9+
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

1212
env:

.github/workflows/merge-request-cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
concurrency:
9-
group: ${{ github.head_ref && github.workflow}}
9+
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

1212
env:

0 commit comments

Comments
 (0)