File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010
1111concurrency :
1212 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
13- cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
13+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' && github.event_name != 'merge_group' && !startsWith(github.ref, 'refs/heads/gh-readonly-queue') }}
1414
1515jobs :
1616 clang-format :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [pull_request]
44
55concurrency :
66 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
7- cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
7+ cancel-in-progress : ${{ github.ref != 'refs/heads/master' && github.event_name != 'merge_group' && !startsWith(github.ref, 'refs/heads/gh-readonly-queue') }}
88
99jobs :
1010 clang-tidy :
You can’t perform that action at this time.
0 commit comments