From 3be8651db4b49976ca55574016086769f93ceaeb Mon Sep 17 00:00:00 2001 From: Joseph Doiron <57968347+jdoiro3@users.noreply.github.com> Date: Thu, 2 Feb 2023 13:36:51 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 955bcc9..6e12ba7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -106,7 +106,7 @@ jobs: run: ./__tests__/test-bats-ci.sh publish-to-pypi: - if: ${{ always() && (github.event.inputs.run-integration-tests == 'false' || github.event.inputs.run-integration-tests == '') }} + if: ${{ always() && github.event.inputs.run-integration-tests != 'false' }} needs: integration-tests runs-on: ubuntu-latest steps: