We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beae949 commit 76aa5faCopy full SHA for 76aa5fa
.github/workflows/_e2e_nightly_multi_node.yaml
@@ -53,7 +53,7 @@ defaults:
53
# only cancel in-progress runs of the same workflow
54
# and ignore the lint / 8 cards test type
55
concurrency:
56
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ascend-nightly-${{ github.ref }}-${{ inputs.config_file_path }}
57
cancel-in-progress: true
58
59
jobs:
.github/workflows/_e2e_nightly_single_node.yaml
@@ -44,7 +44,7 @@ defaults:
44
45
# and ignore the lint / 1 card / 4 cards test type
46
47
+ group: ascend-nightly-${{ github.ref }}-${{ inputs.tests }}
48
49
50
0 commit comments