Skip to content

Commit a663b44

Browse files
committed
Signed-off-by: Martijn Govers <[email protected]>
1 parent f87e124 commit a663b44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,12 @@ jobs:
4949
ci-passed:
5050
runs-on: ubuntu-latest
5151
needs: [ci-started, build-test-release, check-code-quality, reuse-compliance]
52+
if: always()
5253

5354
steps:
55+
# this explicit check is needed cfr. https://github.com/orgs/community/discussions/75568
56+
- name: "Check whether all jobs passed"
57+
run: echo '${{ toJSON(needs) }}' | jq -e 'to_entries | all(.value.result == "success")'
5458
- run: echo "ci passed"
5559

5660
publish:

0 commit comments

Comments
 (0)