Skip to content

Commit

Permalink
Merge pull request #20 from robsdedude/ci/fix-ci-end
Browse files Browse the repository at this point in the history
CI: fix result accumulation job
  • Loading branch information
robsdedude authored Jan 22, 2025
2 parents 1bd8164 + 60e6e59 commit f4318b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@ jobs:

ci-end:
name: CI End
if: ${{ cancelled() || contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'failure') }}
needs: [ tests, lints, testkit ]
runs-on: ubuntu-latest
steps:
- name: All Done!
run: echo This is a single job to check all the other jobs have passed.
- run: |
echo "Some workflows have failed!"
exit 1

0 comments on commit f4318b2

Please sign in to comment.