Skip to content

Commit

Permalink
Merge pull request #580 from Kobzol/ci-doc
Browse files Browse the repository at this point in the history
Document conclusion job more
  • Loading branch information
marcoieni authored Oct 21, 2024
2 parents 998637f + 02ddcc9 commit ccec5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
steps:
- name: Conclusion
run: |
# Print the dependent jobs to see them in the CI log
jq -C <<< '${{ toJson(needs) }}'
# Check if all needs were successful.
# Check if all jobs that we depend on (in the needs array) were successful.
jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'

0 comments on commit ccec5eb

Please sign in to comment.