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 c69ca14 commit 64b00c3Copy full SHA for 64b00c3
.github/workflows/clang-format-check.yml
@@ -15,3 +15,9 @@ jobs:
15
clang-format-version: '15'
16
check-path: ${{ matrix.path }}
17
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