Skip to content

Commit

Permalink
Apply suggestions from code review - properly exit on summary complet…
Browse files Browse the repository at this point in the history
…ion and fix needs for summary

Co-authored-by: Kate <[email protected]>
Signed-off-by: Jesse Hitch <[email protected]>
  • Loading branch information
jessebot and provokateurin authored Jul 23, 2024
1 parent 4f17410 commit b08c352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

summary:
runs-on: ubuntu-latest-low
needs: changes
needs: [changes, run-tests]
steps:
- name: Summary
run: echo "All done! 🎉"
run: if ${{ needs.changes.outputs.src != 'false' && needs.run-tests.result != 'success' }}; then exit 1; fi

0 comments on commit b08c352

Please sign in to comment.