Skip to content

Commit f4ac014

Browse files
authored
chore: Use the correct commit message check (#771)
1 parent 0a52493 commit f4ac014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
name: ${{ matrix.os }} ${{ matrix.version }}
1414
runs-on: ${{ matrix.os }}
15-
if: "!contains(github.event.head_commit.message, 'ci skip')"
15+
if: "!contains(github.event.head_commit.message, 'skip ci')"
1616
timeout-minutes: 20
1717
strategy:
1818
fail-fast: false

0 commit comments

Comments
 (0)