Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix main workflow needs dependency for domain jobs (#1870)
### Context For the main Github workflow, deploy_domains_infra and deploy_domains_env do not run if deploy_preprod is skipped. This is because once a job in the workflow is failed or skipped, you need to overwrite the conditional for all subsequent jobs ### Changes proposed in this pull request Update the if statement to check the required job result is success. ### Guidance to review Check code looks correct ### Checklist - [ ] Attach to Trello card - [ ] Rebased master - [ ] Cleaned commit history - [ ] Tested by running locally - [ ] Run DQT integration tests locally (if appropriate)
- Loading branch information