diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 279163e6f..8f2772093 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: downstream-ci: name: downstream-ci if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }} - uses: ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main + uses: ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@feat/shallow_deps with: earthkit-data: ecmwf/earthkit-data@${{ github.event.pull_request.head.sha || github.sha }} codecov_upload: true @@ -45,7 +45,7 @@ jobs: downstream-ci-hpc: name: downstream-ci-hpc if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }} - uses: ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main + uses: ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@feat/shallow_deps with: earthkit-data: ecmwf/earthkit-data@${{ github.event.pull_request.head.sha || github.sha }} secrets: inherit