Improve CI sentinel job for better branch protection (backport #2743) (#2745)
* Improve CI sentinel job for better branch protection (#2743) Previously, failed jobs in the CI matrix would cause the sentinel job (all-tests-passed) to be skipped, which for purposes of Github Actions branch protection would count as "success". This allowed PRs with failing CI to be merged. This new approach which uses two sentinel jobs should not suffer from this same issue. (cherry picked from commit cc507a84 ) # Conflicts: # .github/workflows/test.yml * Resolve backport conflicts Co-authored-by:Jack Koenig <koenig@sifive.com>
parent
139a52b6
Please register or sign in to comment