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
The following gaps have been identified and need to be addressed:
Deferred tests do not prevent merging into main, as expected. Since an action run that is skipped by a conditional is considered "successful", the approval checking steps in our workflows are actually passing the check before the test has run. Suggest simply running all tests on PR update, as CircleCI did and refactoring later to re-implement deferral.
Subsequent updates to a branch with a PR do not cancel any in-flight executions.
A constantly built artifact is needed for nightly updates to automated canaries.
CodeQL workflow is very expensive, it can be run nightly on main or manually.
The text was updated successfully, but these errors were encountered:
The following gaps have been identified and need to be addressed:
The text was updated successfully, but these errors were encountered: