mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 07:08:20 +00:00
Fix job dependencies references
This commit is contained in:
parent
6319fa1454
commit
2e18769d6c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -255,7 +255,7 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs:
|
needs:
|
||||||
- common
|
- common
|
||||||
- black
|
- ruff
|
||||||
- ci-custom
|
- ci-custom
|
||||||
- clang-format
|
- clang-format
|
||||||
- flake8
|
- flake8
|
||||||
@ -482,7 +482,7 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs:
|
needs:
|
||||||
- common
|
- common
|
||||||
- black
|
- ruff
|
||||||
- ci-custom
|
- ci-custom
|
||||||
- clang-format
|
- clang-format
|
||||||
- flake8
|
- flake8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user