mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 11:01:39 +02:00
Delay release of HA Python release until Docker is ready (#93798)
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user