We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247e028 commit 6c2808bCopy full SHA for 6c2808b
1 file changed
.github/workflows/maven.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
10
runs-on: ubuntu-latest
11
-# if: "contains(toJSON(github.event.commits.*.msg), '[ci skip]') == false"
+ if: "contains(toJSON(github.event.commits.*.msg), '[ci skip]') == false"
12
13
steps:
14
- uses: actions/checkout@v2
0 commit comments