mirror of
https://github.com/esphome/esphome.git
synced 2025-07-29 06:36:45 +00:00
[release] Don't wait for docker to be finished before deploying schema (#8838)
This commit is contained in:
parent
5244ac4ff6
commit
c820fee1f6
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -242,9 +242,8 @@ jobs:
|
|||||||
deploy-esphome-schema:
|
deploy-esphome-schema:
|
||||||
if: github.repository == 'esphome/esphome' && needs.init.outputs.branch_build == 'false'
|
if: github.repository == 'esphome/esphome' && needs.init.outputs.branch_build == 'false'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs: [init]
|
||||||
- init
|
environment: ${{ needs.init.outputs.deploy_env }}
|
||||||
- deploy-manifest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Trigger Workflow
|
- name: Trigger Workflow
|
||||||
uses: actions/github-script@v7.0.1
|
uses: actions/github-script@v7.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user