diff options
-rw-r--r-- | .github/workflows/test-backend.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test-backend.yaml b/.github/workflows/test-backend.yaml index 732aa5c..db3bb47 100644 --- a/.github/workflows/test-backend.yaml +++ b/.github/workflows/test-backend.yaml @@ -6,6 +6,7 @@ jobs: build: runs-on: ubuntu-latest + if: "! contains(github.event.head_commit.message, 'wip')" strategy: matrix: python-version: [3.7] |