Skip to content

Commit 76aa5fa

Browse files
committed
fix workflow and make run concurrency
Signed-off-by: wangli <[email protected]>
1 parent beae949 commit 76aa5fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_e2e_nightly_multi_node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ defaults:
5353
# only cancel in-progress runs of the same workflow
5454
# and ignore the lint / 8 cards test type
5555
concurrency:
56-
group: ${{ github.workflow }}-${{ github.ref }}
56+
group: ascend-nightly-${{ github.ref }}-${{ inputs.config_file_path }}
5757
cancel-in-progress: true
5858

5959
jobs:

.github/workflows/_e2e_nightly_single_node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ defaults:
4444
# only cancel in-progress runs of the same workflow
4545
# and ignore the lint / 1 card / 4 cards test type
4646
concurrency:
47-
group: ${{ github.workflow }}-${{ github.ref }}
47+
group: ascend-nightly-${{ github.ref }}-${{ inputs.tests }}
4848
cancel-in-progress: true
4949

5050
jobs:

0 commit comments

Comments
 (0)