Skip to content

Commit 8bcdab8

Browse files
committed
chore: update CI skip condition to use [skip-ci] tag
1 parent ae56ccd commit 8bcdab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

99
jobs:
1010
test:
11-
if: "!contains(github.event.head_commit.message, '[skip branch ci]')"
11+
if: "!contains(github.event.head_commit.message, '[skip-ci]')"
1212
name: Test (${{ matrix.os }})
1313
runs-on: ${{ matrix.os }}
1414
strategy:

0 commit comments

Comments
 (0)