Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
laszukdawid committed Mar 21, 2024
1 parent addc776 commit 70f7532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-main-build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
version-updated:
runs-on: ubuntu-latest
needs: build-n-test
outputs:
pyemd_version: ${{ steps.version.outputs.pyemd_version }}
steps:
Expand All @@ -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:
Expand Down

0 comments on commit 70f7532

Please sign in to comment.