Skip to content

Commit db6fca4

Browse files
committed
Use the head ref for workflow concurrency
1 parent dedef28 commit db6fca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
pull_request:
1717

1818
concurrency:
19-
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.build.image_name }} # to branch/PR + OS
19+
group: ${{ github.workflow }}-${{ github.head_ref }}
2020
cancel-in-progress: true
2121

2222
jobs:

0 commit comments

Comments
 (0)