We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 998637f + 02ddcc9 commit ccec5ebCopy full SHA for ccec5eb
.github/workflows/rust.yml
@@ -95,6 +95,7 @@ jobs:
95
steps:
96
- name: Conclusion
97
run: |
98
+ # Print the dependent jobs to see them in the CI log
99
jq -C <<< '${{ toJson(needs) }}'
- # Check if all needs were successful.
100
+ # Check if all jobs that we depend on (in the needs array) were successful.
101
jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'
0 commit comments