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
Initially the workflows were separate, but they were merged in order to allow the publishing of the :latest tag to be contingent on the test results.
We can revisit when there's BW, but I think when splitting, the container publishing logic should be:
Run rosetta build workflow
publish :nightly-YYYY-MM-DD tag if build successful
Run rosetta test workflow on :nightly-YYYY-MM-DD (if workflow_run), :latest (if workflow_dispatch)
publish :latest if tests successful
As an aside, by re-splitting the workflows, we'll be at the limit for workflow run chaining (3 levels max). Not a blocker since I don't think we'll go beyond that in the near future.
No description provided.
The text was updated successfully, but these errors were encountered: