Skip to content

Commit 1293ab3

Browse files
[Github] Cancel previous in-progress code formatting jobs (llvm#106701)
1 parent 02654f7 commit 1293ab3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
code_formatter:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 30
16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
18+
cancel-in-progress: true
1619
if: github.repository == 'llvm/llvm-project'
1720
steps:
1821
- name: Fetch LLVM sources

0 commit comments

Comments
 (0)