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 757b808 commit 89b6fdcCopy full SHA for 89b6fdc
.github/workflows/complex.yml
@@ -52,4 +52,4 @@ jobs:
52
run: exit 0
53
- name: Failing
54
if: ${{ (contains(needs.*.result, 'failure')) }}
55
- run: exit 0
+ run: exit 1
.github/workflows/simple.yml
@@ -31,4 +31,4 @@ jobs:
31
32
33
34
0 commit comments