From 70f7532fc88fd85277bc81df00592289ce9c6595 Mon Sep 17 00:00:00 2001 From: Dawid Date: Wed, 20 Mar 2024 21:54:43 -0700 Subject: [PATCH] .. --- .github/workflows/ci-main-build-test-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-main-build-test-deploy.yml b/.github/workflows/ci-main-build-test-deploy.yml index 38c302e..1fefee0 100644 --- a/.github/workflows/ci-main-build-test-deploy.yml +++ b/.github/workflows/ci-main-build-test-deploy.yml @@ -35,6 +35,7 @@ jobs: version-updated: runs-on: ubuntu-latest + needs: build-n-test outputs: pyemd_version: ${{ steps.version.outputs.pyemd_version }} steps: @@ -54,7 +55,7 @@ jobs: deploy: # Run 'deploy' job only if `PyEMD/__init__.py` is modified - if: needs.version-updated.outputs.pyemd_version == 'false' + if: needs.version-updated.outputs.pyemd_version == 'true' needs: version-updated runs-on: ubuntu-latest steps: