From 8a4659dcf9439542f95e8ddeadece5687935910d Mon Sep 17 00:00:00 2001 From: corentincarton Date: Mon, 19 May 2025 14:30:02 +0100 Subject: [PATCH] Update ci.yml to test shallow_deps feature --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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