We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b66f3b commit 2217c01Copy full SHA for 2217c01
.github/workflows/test-integrations-common.yml
@@ -89,6 +89,6 @@ jobs:
89
runs-on: ubuntu-22.04
90
steps:
91
- name: Check for failures
92
- if: contains(needs.test-common-pinned.result, 'failure') || contains(needs.test-common-pinned.result, 'skipped')
+ if: needs.test-common-pinned.result != 'success'
93
run: |
94
echo "One of the dependent jobs has failed. You may need to re-run it." && exit 1
0 commit comments