We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e2ae5 commit 898e005Copy full SHA for 898e005
1 file changed
.github/workflows/mvn.yml
@@ -41,7 +41,7 @@ jobs:
41
EXIT_CODE=${PIPESTATUS[0]}
42
exit $EXIT_CODE
43
- name: Comment with failure log
44
- if: failure() && matrix.os == 'ubuntu-24.04' && matrix.java == 17
+ if: failure()
45
uses: actions/github-script@v7
46
with:
47
script: |
0 commit comments