Skip to content

Commit 64b00c3

Browse files
committed
Test2
1 parent c69ca14 commit 64b00c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/clang-format-check.yml

+6
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ jobs:
1515
clang-format-version: '15'
1616
check-path: ${{ matrix.path }}
1717
changed-only: 'true'
18+
- uses: vishnudxb/cancel-workflow@v1.2
19+
if: failure()
20+
with:
21+
repo: espressif/arduino-esp32
22+
workflow_id: ${{ github.run_id }}
23+
access_token: ${{ github.token }}

0 commit comments

Comments
 (0)