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 ba4e13b commit a31bb57Copy full SHA for a31bb57
.github/workflows/ascend_npu_test.yml
@@ -72,7 +72,7 @@ on:
72
# Only cancel the previous runs when triggered by a pull request
73
concurrency:
74
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
75
- cancel-in-progress: ${{ github.event_name == 'pull_request' }}
+ cancel-in-progress: ${{ github.event_name == 'pull_request' || github.event_name == 'repository_dispatch' }}
76
77
jobs:
78
prepare:
0 commit comments