Skip to content

Commit 5149081

Browse files
authored
ci: do not always() run final (JeffersonLab#152)
1 parent 4a526d0 commit 5149081

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,6 @@ jobs:
116116
- test_coatjava
117117
- test_run-groovy
118118
runs-on: ${{ needs.build.outputs.default_runner }}
119-
if: always()
120119
steps:
121-
- name: fail
122-
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'skipped') }}
123-
run: |
124-
echo "### Some tests failed." >> $GITHUB_STEP_SUMMARY
125-
exit 1
126120
- name: pass
127-
run: echo "### All tests passed." >> $GITHUB_STEP_SUMMARY
121+
run: exit 0

0 commit comments

Comments
 (0)