Skip to content

Commit d69aaee

Browse files
committed
Update GitHub Actions workflow concurrency group format
1 parent 4ca6292 commit d69aaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141
default: false
4242

4343
concurrency:
44-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
44+
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
4545
cancel-in-progress: true
4646

4747

0 commit comments

Comments
 (0)