Skip to content

Commit a526323

Browse files
committed
[AutoBump] Merge with fixes of 1293ab3 (Aug 30)
2 parents bf6bee8 + 1293ab3 commit a526323

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-code-format.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
code_formatter:
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 30
17+
concurrency:
18+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
19+
cancel-in-progress: true
1720
steps:
1821
- name: Fetch LLVM sources
1922
uses: actions/checkout@v4

0 commit comments

Comments
 (0)