acdh-oeaw / apis-oebl-research-tool-front-end

See also https://redmine.acdh.oeaw.ac.at/issues/18296
https://oebl-research.acdh-dev.oeaw.ac.at
MIT License
0 stars 0 forks source link

build: only run deployment workflow after validate workflow succeeded #151

Open stefanprobst opened 1 year ago

stefanprobst commented 1 year ago

this makes the "build-deploy" workflow dependent on a successful run of the "validate" workflow.

we are not using a workflow_run event to trigger the deployment workflow, because currently it is not possible to only trigger when the triggering workflow completed successfully (there is only a completed type, but no succeeded)