diff options
author | 2021-07-17 20:12:01 +0100 | |
---|---|---|
committer | 2021-07-17 20:12:01 +0100 | |
commit | 09fc6d280dbd4088bf48cec538bf23078fdfd570 (patch) | |
tree | 4db2721a89f6c5ee29c98a8aed7149c78e86f72d | |
parent | Initial commit (diff) |
fix: remove incorrect if from CI
-rw-r--r-- | .github/workflows/lint-build-deploy.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/lint-build-deploy.yaml b/.github/workflows/lint-build-deploy.yaml index 344b7ed..f7ee9e2 100644 --- a/.github/workflows/lint-build-deploy.yaml +++ b/.github/workflows/lint-build-deploy.yaml @@ -74,7 +74,6 @@ jobs: [flake8] %(code)s: %(text)s'" build: - if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' name: Build & Push runs-on: ubuntu-latest |