Skip to content

Commit

Permalink
we need to do this by hand it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Oct 23, 2023
1 parent 1eb4f13 commit 0a4bf7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
# dependencies fails.
if: always() # make sure this is never "skipped"
steps:
- name: fail if any dependency failed
run: exit 1
if: failure()
# Manually check the status of all dependencies. `if: failure()` does not work.
- name: check if any dependency failed
run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'

# Send a Zulip notification when a cron job fails
cron-fail-notify:
Expand Down

0 comments on commit 0a4bf7c

Please sign in to comment.