[WIP][ci] Add worfklow stopper (#4551)
PR to implements workflow stopper - a custom solution to stop all workflows if one of a required jobs failed. Previously we had the same solution in GitLab and it saved a lot of compute. Because GitHub doesn't have one united pipeline and instead it has multiple workflows something like this has to be implemented. cc https://github.com/paritytech/ci_cd/issues/939
Showing
- .github/actions/workflow-stopper/action.yml 28 additions, 0 deletions.github/actions/workflow-stopper/action.yml
- .github/workflows/build-misc.yml 14 additions, 1 deletion.github/workflows/build-misc.yml
- .github/workflows/check-frame-omni-bencher.yml 15 additions, 0 deletions.github/workflows/check-frame-omni-bencher.yml
- .github/workflows/check-runtime-migration.yml 11 additions, 2 deletions.github/workflows/check-runtime-migration.yml
- .github/workflows/checks-quick.yml 7 additions, 0 deletions.github/workflows/checks-quick.yml
- .github/workflows/checks.yml 23 additions, 0 deletions.github/workflows/checks.yml
- .github/workflows/docs.yml 14 additions, 0 deletions.github/workflows/docs.yml
- .github/workflows/tests-linux-stable.yml 28 additions, 0 deletions.github/workflows/tests-linux-stable.yml
Please register or sign in to comment