[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:
|
code_formatter:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||||
|
cancel-in-progress: true
|
||||||
if: github.repository == 'llvm/llvm-project'
|
if: github.repository == 'llvm/llvm-project'
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch LLVM sources
|
- name: Fetch LLVM sources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user