We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bd12c commit f4f2b97Copy full SHA for f4f2b97
1 file changed
.github/workflows/pythonpackage.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
build:
15
-
+ if: "!contains(github.event.head_commit.message, '[skip ci]')"
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
0 commit comments