Skip to content

Commit

Permalink
👷 Remove debugging conditions from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Oct 2, 2023
1 parent e838634 commit f12e160
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,21 +312,18 @@ jobs:
variant: ''

C-PAC-lite:
if: github.ref_name != 'set_working_directory'
needs: build-base
uses: ./.github/workflows/build_C-PAC.yml
with:
variant: lite

C-PAC-ABCD-HCP:
if: github.ref_name != 'regression/reg-suite' && github.ref_name != 'set_working_directory'
needs: build-base
uses: ./.github/workflows/build_C-PAC.yml
with:
variant: ABCD-HCP

C-PAC-fMRIPrep-LTS:
if: github.ref_name != 'regression/reg-suite' && github.ref_name != 'set_working_directory'
needs: build-base
uses: ./.github/workflows/build_C-PAC.yml
with:
Expand Down Expand Up @@ -363,7 +360,7 @@ jobs:
- C-PAC-lite
- C-PAC-ABCD-HCP
- C-PAC-fMRIPrep-LTS
if: github.ref_type == 'branch' && github.ref_name != 'regression/reg-suite' && github.ref_name != 'set_working_directory'
if: github.ref_type == 'branch'
runs-on: ubuntu-latest
steps:
- name: Check out C-PAC
Expand Down

0 comments on commit f12e160

Please sign in to comment.