Skip to content

Commit

Permalink
[skip ci] Update ci-cd.yaml
Browse files Browse the repository at this point in the history
shortcutted deploy dependencies to test nipype2pydra post-release trigger
  • Loading branch information
tclose authored Mar 20, 2024
1 parent 1bf1587 commit 727ebb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
packages-dir: ./related-packages/fileformats-extras/dist

deploy:
needs: [nipype-conv, test, deploy-fileformats, deploy-fileformats-extras]
needs: [nipype-conv] # , test, deploy-fileformats, deploy-fileformats-extras]
runs-on: ubuntu-latest
steps:

Expand Down Expand Up @@ -367,4 +367,4 @@ jobs:
# Deploy on tags if PYPI_API_TOKEN is defined in the repository secrets.
# Secrets are not accessible in the if: condition [0], so set an output variable [1]
# [0] https://github.community/t/16928
# [1] https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-output-parameter
# [1] https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-output-parameter

0 comments on commit 727ebb0

Please sign in to comment.