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
To simplify which checks must pass for a PR to be mergable, we should add a job that only runs if all the other required jobs pass. Then we only need to verify that the 'all-tests-passed' job was successful.
Currently we look for the check-docker-limit-after job because it waits for all the other jobs, but there is no indication that this job has this responsibility, and it could be changed without anyone realizing.
This should be done for teraslice and all assets, then each repo's settings needs to be reviewed.
The text was updated successfully, but these errors were encountered:
busma13
changed the title
Add a 'all-tests-passed' job to test workflows
Add an 'all-tests-passed' job to test workflows
Mar 28, 2025
Uh oh!
There was an error while loading. Please reload this page.
To simplify which checks must pass for a PR to be mergable, we should add a job that only runs if all the other required jobs pass. Then we only need to verify that the 'all-tests-passed' job was successful.
Currently we look for the
check-docker-limit-after
job because it waits for all the other jobs, but there is no indication that this job has this responsibility, and it could be changed without anyone realizing.This should be done for teraslice and all assets, then each repo's settings needs to be reviewed.
The text was updated successfully, but these errors were encountered: