mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
.github/workflows/clang-tidy.yml - clang-tidy checks retry if failed
- this clang tidy runner occasionally fails intermittently
This commit is contained in:
@@ -17,5 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{secrets.ACCESS_TOKEN}}
|
token: ${{secrets.ACCESS_TOKEN}}
|
||||||
|
|
||||||
- name: make clang-tidy-quiet
|
- uses: corrupt952/actions-retry-command@v1.0.7
|
||||||
run: make clang-tidy-quiet
|
with:
|
||||||
|
command: make clang-tidy-quiet
|
||||||
|
max_attempts: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user