1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-15 14:56:59 +02:00

[release] Don't wait for docker to be finished before deploying schema (#8838)

This commit is contained in:
Jesse Hills 2025-05-19 14:17:01 +12:00 committed by GitHub
parent b8a96f59f0
commit d36ce7c010
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -242,9 +242,8 @@ jobs:
deploy-esphome-schema:
if: github.repository == 'esphome/esphome' && needs.init.outputs.branch_build == 'false'
runs-on: ubuntu-latest
needs:
- init
- deploy-manifest
needs: [init]
environment: ${{ needs.init.outputs.deploy_env }}
steps:
- name: Trigger Workflow
uses: actions/github-script@v7.0.1