mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +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:
|
||||
name: Build PyPi package
|
||||
needs: init
|
||||
needs: ["init", "build_base"]
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'home-assistant' && needs.init.outputs.publish == 'true'
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user