Skip to content

Commit 03a9fa0

Browse files
committed
Revert "skip build if commit message contains "[skip ci]""
Not used functionality, only more verbose configuration This reverts commit 18e3964.
1 parent 292beb0 commit 03a9fa0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
build:
7474
name: fail-fast-build
7575
runs-on: ubuntu-latest
76-
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
7776
steps:
7877
- name: Checkout
7978
uses: actions/checkout@v4
@@ -115,7 +114,6 @@ jobs:
115114
name: ${{ matrix.os }} jdk-${{ matrix.jdk }}-${{ matrix.distribution }}
116115

117116
runs-on: ${{ matrix.os }}
118-
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
119117
strategy:
120118
fail-fast: true
121119
matrix:

0 commit comments

Comments
 (0)