Skip to content

Commit 898e005

Browse files
committed
debug: comment failure log from any failed matrix entry
1 parent c7e2ae5 commit 898e005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
EXIT_CODE=${PIPESTATUS[0]}
4242
exit $EXIT_CODE
4343
- name: Comment with failure log
44-
if: failure() && matrix.os == 'ubuntu-24.04' && matrix.java == 17
44+
if: failure()
4545
uses: actions/github-script@v7
4646
with:
4747
script: |

0 commit comments

Comments
 (0)