Skip to content

Commit

Permalink
Update .github/workflows/lint-test.yaml - add if: always() to summary…
Browse files Browse the repository at this point in the history
… job

Signed-off-by: Jesse Hitch <[email protected]>
  • Loading branch information
jessebot authored Jul 23, 2024
1 parent d5f1937 commit d1ecac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
summary:
runs-on: ubuntu-22.04
needs: [changes, run-tests]
if: always()
steps:
- name: Summary
run: echo "All done! 🎉"

0 comments on commit d1ecac0

Please sign in to comment.