mirror of
https://github.com/esphome/esphome.git
synced 2025-08-02 16:37:46 +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:
|
||||
- clang-tidy-deps
|
||||
- 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:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user