mirror of
https://github.com/esphome/esphome.git
synced 2025-08-02 08:27: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
|
- clang-format
|
||||||
- pytest
|
- pytest
|
||||||
- determine-jobs
|
- determine-jobs
|
||||||
- ruff
|
|
||||||
if: |
|
if: |
|
||||||
always() &&
|
always() &&
|
||||||
needs.determine-jobs.outputs.clang-tidy == 'true' &&
|
needs.determine-jobs.outputs.clang-tidy == 'true'
|
||||||
(needs.ruff.result == 'success' || needs.ruff.result == 'skipped')
|
|
||||||
steps:
|
steps:
|
||||||
- run: echo "All clang-tidy dependencies ready"
|
- run: echo "All clang-tidy dependencies ready"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user