Fix tests-pass job (#556)

This commit is contained in:
Félix Saparelli 2023-03-22 17:40:38 +13:00 committed by GitHub
parent 1979d4400d
commit 4d081848a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -131,4 +131,6 @@ jobs:
- cross-checks
runs-on: ubuntu-latest
steps:
- run: echo "Tests pass"
# fail if ANY dependency has failed or been skipped or cancelled
- if: "contains(needs.*.result, 'failure') || contains(needs.*.result, 'skipped') || contains(needs.*.result, 'cancelled')"
run: exit 1