diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b35c918..b1a8f82 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -61,7 +61,7 @@ jobs: build: name: fail-fast-build runs-on: ubuntu-latest - + if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }} steps: - name: Checkout uses: actions/checkout@v3 @@ -81,7 +81,7 @@ jobs: name: ${{ matrix.os }} jdk-${{ matrix.jdk }}-${{ matrix.distribution }} runs-on: ${{ matrix.os }} - + if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }} strategy: fail-fast: true matrix: