Skip to content

Commit f6bc054

Browse files
authored
ci: add event name to concurrency group (#5097)
In order to avoid unexpected workflow cancellations due to concurrency configuration, add the event name to the concurrency group.`
1 parent cf2038d commit f6bc054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
contents: read
1818
concurrency:
19-
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.images.target }}
19+
group: ${{ github.workflow }}-${{ github.ref }}-{{ github.event_name }}-${{ matrix.images.target }}
2020
cancel-in-progress: true
2121
strategy:
2222
fail-fast: false

0 commit comments

Comments
 (0)