bcgov / DITP-DevOps

Digital Identity and Trust Program Team's DevOps Documentation Repository
Apache License 2.0
2 stars 5 forks source link

Upgrades to sandbox refresh action #123

Closed esune closed 10 months ago

esune commented 11 months ago

The GHA used to refresh our Traction Sandbox deployment is currently made up of two separate actions, running on two cron schedules. The issue with this is that, in the event the first one doesn't complete, the second one would still start and potentially cause issues.

The objective is to create one GHA that has multiple jobs, and have the second job (installation) run only if the first job (uninstall) has completed successfully.

rajpalc7 commented 11 months ago

GHA should have multiple jobs, and have the second job run only if the first job completes.

WadeBarnes commented 10 months ago

Is this the PR that resolved this ticket? https://github.com/bcgov/trust-over-ip-configurations/pull/151

rajpalc7 commented 10 months ago

yes wade, our latest PR resolved this ticket as well