diff --git a/.github/workflows/phantoms.yaml b/.github/workflows/phantoms.yaml index 79211a9..f657665 100644 --- a/.github/workflows/phantoms.yaml +++ b/.github/workflows/phantoms.yaml @@ -67,12 +67,6 @@ jobs: brew install dcm2niix fi - - name: Debug - uses: mxschmitt/action-tmate@v3 - if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} - timeout-minutes: 15 - with: - limit-access-to-actor: true - name: Check dcm2niix is installed and on path if: runner.os != 'Windows' @@ -170,6 +164,13 @@ jobs: run: | bids-validator OpenNeuroPET-Phantoms/python + - name: Debug + uses: mxschmitt/action-tmate@v3 + if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} + timeout-minutes: 15 + with: + limit-access-to-actor: true + - name: Validate Matlab Conversion run: | bids-validator OpenNeuroPET-Phantoms/matlab