aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-11-08 15:56:41 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-11-08 15:56:41 +0530
commit63ad0a474f24af76d9d0f5fc2fd7a54f83992424 (patch)
tree993d6f373fc45cc04469a7dfbe8e9d8f34e4b638
parent24ca759b79f232c5456a0eb3d63eded240a5222b (diff)
temporarily disabled fix wip
-rw-r--r--.github/workflows/test-plip-oddt.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-plip-oddt.yaml b/.github/workflows/test-plip-oddt.yaml
index 48b5ecc..5baeff8 100644
--- a/.github/workflows/test-plip-oddt.yaml
+++ b/.github/workflows/test-plip-oddt.yaml
@@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-20.04
- if: "! contains(github.event.head_commit.message, 'disabled')"
+ if: "! contains(github.event.head_commit.message, '')"
strategy:
matrix:
python-version: [3.8]