Skip to content

Commit 2798288

Browse files
fix: add event_name to concurrency group key for consistency
Aligns ci.yml concurrency group with the {workflow}-{event_name}-{ref} pattern used across all other workflows.
1 parent 2f1b40d commit 2798288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626
statuses: none
2727

2828
concurrency:
29-
group: ${{ github.workflow }}-${{ github.ref }}
29+
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
3030
cancel-in-progress: true
3131

3232
jobs:

0 commit comments

Comments
 (0)