Skip to content

Commit 385a31d

Browse files
authored
Merge pull request #372 from Xilinx/bump_to_1293ab35
[AutoBump] Merge with fixes of 1293ab3 (Aug 30) (19)
2 parents 0b07a9c + a526323 commit 385a31d

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)