Skip to content

Commit 4897893

Browse files
authored
Fix merge queue (#2143)
1 parent 68c2578 commit 4897893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
contents: read
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
11+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1212
cancel-in-progress: true
1313

1414
jobs:

0 commit comments

Comments
 (0)