Skip to content

Commit f4f2b97

Browse files
committed
chore: skip GH-action build with tag [skip ci]
1 parent f4bd12c commit f4f2b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

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

1313
jobs:
1414
build:
15-
15+
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:

0 commit comments

Comments
 (0)