Skip to content

Commit 6c2808b

Browse files
committed
Didn't mean to push this line
1 parent 247e028 commit 6c2808b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99

1010
runs-on: ubuntu-latest
11-
# if: "contains(toJSON(github.event.commits.*.msg), '[ci skip]') == false"
11+
if: "contains(toJSON(github.event.commits.*.msg), '[ci skip]') == false"
1212

1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)