aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-10-01 19:15:07 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-10-01 19:15:07 +0530
commite300d53d0d7877680fb0eeb2a8d5bcce3d6529e1 (patch)
treee608bd27abb6bbc875e276d2b6ca4cb80b7b1a26
parent7cd8d4accc933c7e6a4e4091f5d6e052d1af4c42 (diff)
wip flag for skipping ci
-rw-r--r--.github/workflows/test-backend.yaml1
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]