Skip to content

Commit ffebb82

Browse files
committed
github-actions: Use better grouping
1 parent 9fe84bb commit ffebb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
# cancel already running builds of the same branch or pull request
1313
concurrency:
14-
group: ci-${{ github.head_ref }} || concat(${{ github.ref }}
14+
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.head_ref || github.sha }}
1515
cancel-in-progress: true
1616

1717
env:

0 commit comments

Comments
 (0)