You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently CI passing is not a gate to deploys, and they are entirely separate workflows. Likely great to keep them separate workflows, but let's investigate a way to gate deploys based on CI (testing, etc).
Things to investigate: run_workflow or check_suite or something else?
Keep in touch with platform on changes, maybe we can integrate back into their repos.
Should work for dev and prod deploys.
Acceptance criteria
Implement gates to deployment
Implement release to deploy to prod
Test
The text was updated successfully, but these errors were encountered:
Summary
Related to #285
Currently CI passing is not a gate to deploys, and they are entirely separate workflows. Likely great to keep them separate workflows, but let's investigate a way to gate deploys based on CI (testing, etc).
Things to investigate:
run_workflow
orcheck_suite
or something else?Keep in touch with platform on changes, maybe we can integrate back into their repos.
Should work for dev and prod deploys.
Acceptance criteria
The text was updated successfully, but these errors were encountered: