Skip to content

Commit 727ebb0

Browse files
authored
[skip ci] Update ci-cd.yaml
shortcutted deploy dependencies to test nipype2pydra post-release trigger
1 parent 1bf1587 commit 727ebb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
packages-dir: ./related-packages/fileformats-extras/dist
254254

255255
deploy:
256-
needs: [nipype-conv, test, deploy-fileformats, deploy-fileformats-extras]
256+
needs: [nipype-conv] # , test, deploy-fileformats, deploy-fileformats-extras]
257257
runs-on: ubuntu-latest
258258
steps:
259259

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

0 commit comments

Comments
 (0)