-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't workinggithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code
Description
We have 2 workflows triggered by a new release: deploy_release and installer_release. The latter depends on things uploaded to AWS by the former. We need to update installer_release to depend on deploy_release success. Two approaches:
- Add a wait job at the start of
installer_release(e.g., usinglewagon/wait-on-check-action) - Change
installer_releaseto
on:
workflow_run:
workflows: ["Deploy Update to Live Server"]
types:
- completed
and get the version/tag as an output of deploy_release
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code