mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 01:46:49 +00:00
[Github] Cancel previous in-progress code formatting jobs (#106701)
This commit is contained in:
parent
02654f7370
commit
1293ab35e4
3
.github/workflows/pr-code-format.yml
vendored
3
.github/workflows/pr-code-format.yml
vendored
@ -13,6 +13,9 @@ jobs:
|
||||
code_formatter:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||
cancel-in-progress: true
|
||||
if: github.repository == 'llvm/llvm-project'
|
||||
steps:
|
||||
- name: Fetch LLVM sources
|
||||
|
Loading…
x
Reference in New Issue
Block a user