Skip to content

Commit 6073882

Browse files
[skip-ci] Extended the CI skipping commands
1 parent f97c6e7 commit 6073882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

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

1111
jobs:
1212
test:
13-
if: "!contains(github.event.head_commit.message, '/skip-ci')"
13+
if: "!contains(github.event.head_commit.message, '/skip-ci') && !contains(github.event.head_commit.message, '[skip-ci]')"
1414
runs-on: ubuntu-latest
1515

1616
steps:

0 commit comments

Comments
 (0)