diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index d8b481a..ed893ac 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -186,7 +186,7 @@ jobs: name: pydra-afni deploy-fileformats: - needs: [devcheck, test] + needs: [devcheck, test, fileformats-test] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3