mirror of
https://github.com/esphome/esphome.git
synced 2025-08-01 16:07:47 +00:00
do not wait for ruff
This commit is contained in:
parent
ae5e69a04a
commit
f611a5eeb7
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -354,11 +354,9 @@ jobs:
|
||||
- clang-format
|
||||
- pytest
|
||||
- determine-jobs
|
||||
- ruff
|
||||
if: |
|
||||
always() &&
|
||||
needs.determine-jobs.outputs.clang-tidy == 'true' &&
|
||||
(needs.ruff.result == 'success' || needs.ruff.result == 'skipped')
|
||||
needs.determine-jobs.outputs.clang-tidy == 'true'
|
||||
steps:
|
||||
- run: echo "All clang-tidy dependencies ready"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user