Skip to content

Commit ccec5eb

Browse files
authored
Merge pull request #580 from Kobzol/ci-doc
Document conclusion job more
2 parents 998637f + 02ddcc9 commit ccec5eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
steps:
9696
- name: Conclusion
9797
run: |
98+
# Print the dependent jobs to see them in the CI log
9899
jq -C <<< '${{ toJson(needs) }}'
99-
# Check if all needs were successful.
100+
# Check if all jobs that we depend on (in the needs array) were successful.
100101
jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'

0 commit comments

Comments
 (0)