diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index cf5b274dc..ab6f3758d 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -55,7 +55,7 @@ jobs: # View results echo "needs.*.result: ${{ toJson(needs.*.result) }}" - - if: contains(needs.*.result, 'canceled|failure') + - if: contains(needs.*.result, 'failure')||contains(needs.*.result, 'canceled') run: | # Job failure found echo "At least one job has failed"