diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 15:56:41 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 15:56:41 +0530 |
commit | 63ad0a474f24af76d9d0f5fc2fd7a54f83992424 (patch) | |
tree | 993d6f373fc45cc04469a7dfbe8e9d8f34e4b638 /.github | |
parent | 24ca759b79f232c5456a0eb3d63eded240a5222b (diff) |
temporarily disabled fix wip
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test-plip-oddt.yaml | 2 |
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] |