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 4ca6292 commit d69aaeeCopy full SHA for d69aaee
.github/workflows/build_all.yml
@@ -41,7 +41,7 @@ on:
41
default: false
42
43
concurrency:
44
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
45
cancel-in-progress: true
46
47
0 commit comments