wip flag for skipping ci
This commit is contained in:
parent
7cd8d4accc
commit
e300d53d0d
|
@ -6,6 +6,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: "! contains(github.event.head_commit.message, 'wip')"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.7]
|
python-version: [3.7]
|
||||||
|
|
Loading…
Reference in New Issue