mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Delay release of HA Python release until Docker is ready (#93798)
This commit is contained in:
parent
1a9da67a28
commit
24e1243da7
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
|
|
||||||
build_python:
|
build_python:
|
||||||
name: Build PyPi package
|
name: Build PyPi package
|
||||||
needs: init
|
needs: ["init", "build_base"]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository_owner == 'home-assistant' && needs.init.outputs.publish == 'true'
|
if: github.repository_owner == 'home-assistant' && needs.init.outputs.publish == 'true'
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user