mirror of
https://github.com/esphome/esphome.git
synced 2025-08-03 17:07:54 +00:00
fixes
This commit is contained in:
parent
34694997ec
commit
1020879eb7
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -368,7 +368,10 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- clang-tidy-deps
|
- clang-tidy-deps
|
||||||
- determine-jobs
|
- determine-jobs
|
||||||
if: needs.determine-jobs.outputs.clang-tidy == 'true'
|
if: |
|
||||||
|
always() &&
|
||||||
|
needs.determine-jobs.outputs.clang-tidy == 'true' &&
|
||||||
|
needs.clang-tidy-deps.result == 'success'
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user