Skip to content

Commit a31bb57

Browse files
committed
update
1 parent ba4e13b commit a31bb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ascend_npu_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ on:
7272
# Only cancel the previous runs when triggered by a pull request
7373
concurrency:
7474
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
75-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
75+
cancel-in-progress: ${{ github.event_name == 'pull_request' || github.event_name == 'repository_dispatch' }}
7676

7777
jobs:
7878
prepare:

0 commit comments

Comments
 (0)