Skip to content

Commit 6030d52

Browse files
committed
ci(workflow/build): add event name to concurrency group
1 parent d52a42b commit 6030d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on: [push, pull_request, workflow_dispatch, workflow_call]
44

55
concurrency:
6-
group: ci-${{ github.ref }}-${{ github.sha }}
6+
group: ci-${{ github.event_name }}-${{ github.ref }}-${{ github.sha }}
77
cancel-in-progress: true
88

99
jobs:

0 commit comments

Comments
 (0)