@@ -317,25 +317,25 @@ jobs:
317317 with :
318318 variant : lite
319319
320- C-PAC-ABCD-HCP :
321- needs : build-base
322- uses : ./.github/workflows/build_C-PAC.yml
323- with :
324- variant : ABCD-HCP
320+ # C-PAC-ABCD-HCP:
321+ # needs: build-base
322+ # uses: ./.github/workflows/build_C-PAC.yml
323+ # with:
324+ # variant: ABCD-HCP
325325
326- C-PAC-fMRIPrep-LTS :
327- needs : build-base
328- uses : ./.github/workflows/build_C-PAC.yml
329- with :
330- variant : fMRIPrep-LTS
326+ # C-PAC-fMRIPrep-LTS:
327+ # needs: build-base
328+ # uses: ./.github/workflows/build_C-PAC.yml
329+ # with:
330+ # variant: fMRIPrep-LTS
331331
332332 smoke-tests-participant :
333333 name : Run participant-level smoke tests
334334 needs :
335335 - C-PAC
336336 - C-PAC-lite
337- - C-PAC-ABCD-HCP
338- - C-PAC-fMRIPrep-LTS
337+ # - C-PAC-ABCD-HCP
338+ # - C-PAC-fMRIPrep-LTS
339339 if : github.ref_name == 'develop' || github.ref_name == 'main'
340340 uses : ./.github/workflows/smoke_test_participant.yml
341341
@@ -358,8 +358,8 @@ jobs:
358358 needs :
359359 - C-PAC
360360 - C-PAC-lite
361- - C-PAC-ABCD-HCP
362- - C-PAC-fMRIPrep-LTS
361+ # - C-PAC-ABCD-HCP
362+ # - C-PAC-fMRIPrep-LTS
363363 if : github.ref_type == 'branch'
364364 runs-on : ubuntu-latest
365365 steps :
@@ -425,22 +425,22 @@ jobs:
425425 variant : ' lite'
426426 secrets : inherit
427427
428- Deploy_to_Docker_Hub-ABCD-HCP :
429- name : Deploy 'ABCD-HCP' to Docker Hub
430- needs :
431- - C-PAC-ABCD-HCP
432- if : github.ref_type == 'tag'
433- uses : ./.github/workflows/deploy_to_Docker_Hub.yml
434- with :
435- variant : ' ABCD-HCP'
436- secrets : inherit
428+ # Deploy_to_Docker_Hub-ABCD-HCP:
429+ # name: Deploy 'ABCD-HCP' to Docker Hub
430+ # needs:
431+ # - C-PAC-ABCD-HCP
432+ # if: github.ref_type == 'tag'
433+ # uses: ./.github/workflows/deploy_to_Docker_Hub.yml
434+ # with:
435+ # variant: 'ABCD-HCP'
436+ # secrets: inherit
437437
438- Deploy_to_Docker_Hub-fMRIPrep-LTS :
439- name : Deploy 'fMRIPrep-LTS' to Docker Hub
440- needs :
441- - C-PAC-fMRIPrep-LTS
442- if : github.ref_type == 'tag'
443- uses : ./.github/workflows/deploy_to_Docker_Hub.yml
444- with :
445- variant : ' fMRIPrep-LTS'
446- secrets : inherit
438+ # Deploy_to_Docker_Hub-fMRIPrep-LTS:
439+ # name: Deploy 'fMRIPrep-LTS' to Docker Hub
440+ # needs:
441+ # - C-PAC-fMRIPrep-LTS
442+ # if: github.ref_type == 'tag'
443+ # uses: ./.github/workflows/deploy_to_Docker_Hub.yml
444+ # with:
445+ # variant: 'fMRIPrep-LTS'
446+ # secrets: inherit
0 commit comments