We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02654f7 commit 1293ab3Copy full SHA for 1293ab3
.github/workflows/pr-code-format.yml
@@ -13,6 +13,9 @@ jobs:
13
code_formatter:
14
runs-on: ubuntu-latest
15
timeout-minutes: 30
16
+ concurrency:
17
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
18
+ cancel-in-progress: true
19
if: github.repository == 'llvm/llvm-project'
20
steps:
21
- name: Fetch LLVM sources
0 commit comments