Skip to content

Commit

Permalink
chore: to drop logs
Browse files Browse the repository at this point in the history
  • Loading branch information
prastoin committed Jan 15, 2025
1 parent 91e4edc commit 02e09ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actions/rethrow-needs-failure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Fail on needs
runs:
using: composite
steps:
- name: log
run: echo ${{ toJSON(needs.*.result) }}
- name: Fail job if any needs failed
if: contains(needs.*.result, 'failure')
run: exit 1

0 comments on commit 02e09ae

Please sign in to comment.