diff --git a/.github/workflows/build-and-check.yml b/.github/workflows/build-and-check.yml index d73d1b29..f184fae4 100644 --- a/.github/workflows/build-and-check.yml +++ b/.github/workflows/build-and-check.yml @@ -163,7 +163,7 @@ jobs: rDNA-check: runs-on: ${{ matrix.config.os }} - needs: [install-system-dependencies, install-r-dependencies] + needs: [DNA, install-system-dependencies, install-r-dependencies] name: ${{ matrix.config.os }} (${{ matrix.config.r }}) strategy: fail-fast: false @@ -215,7 +215,7 @@ jobs: rDNA-test: runs-on: ubuntu-latest - needs: [install-system-dependencies, install-r-dependencies] + needs: [DNA, install-system-dependencies, install-r-dependencies] steps: - uses: actions/checkout@v3 - uses: r-lib/actions/setup-r@v2