We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292beb0 commit 03a9fa0Copy full SHA for 03a9fa0
.github/workflows/maven.yml
@@ -73,7 +73,6 @@ jobs:
73
build:
74
name: fail-fast-build
75
runs-on: ubuntu-latest
76
- if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
77
steps:
78
- name: Checkout
79
uses: actions/checkout@v4
@@ -115,7 +114,6 @@ jobs:
115
114
name: ${{ matrix.os }} jdk-${{ matrix.jdk }}-${{ matrix.distribution }}
116
117
runs-on: ${{ matrix.os }}
118
119
strategy:
120
fail-fast: true
121
matrix:
0 commit comments