Skip to content

Commit aeb023d

Browse files
authored
fix: merge queue auto-cancelling when >1 entry... (#2558)
1 parent aa34fd0 commit aeb023d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77

88
concurrency:
9-
group: pr-${{ github.workflow }}-${{ github.head_ref }}
9+
group: pr-${{ github.workflow }}-${{ github.head_ref || github.ref }}
1010
cancel-in-progress: true
1111

1212
jobs:

0 commit comments

Comments
 (0)