Skip to content

Commit

Permalink
fix: forgotten steps node
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Oct 9, 2023
1 parent 987c0e5 commit 97d286f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
- test_run-groovy
runs-on: ubuntu-latest
if: always()
steps:
- name: fail
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'skipped') }}
run: |
Expand Down

0 comments on commit 97d286f

Please sign in to comment.