From acf14116aae1f6bbaa5a064701fae977379c8cb5 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Mon, 20 May 2024 16:32:14 +1000 Subject: [PATCH] added fileformats-test to deploy deps in ci-cd --- .github/workflows/ci-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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