Skip to content

Commit

Permalink
Fix release pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Feb 12, 2022
1 parent aaaa4f9 commit f4f0ad4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
build:
runs-on: ubuntu-latest

if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"

strategy:
matrix:
java: [ 8, 11 ]
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ task build {
}

release {
preCommitText = '[skip ci]'
git {
requireBranch = '2.x'
}
Expand Down

0 comments on commit f4f0ad4

Please sign in to comment.