From 2e1a4bb28e797e90c0252e3e5bfa4a321d2abcdc Mon Sep 17 00:00:00 2001 From: corentincarton Date: Mon, 19 May 2025 14:32:28 +0100 Subject: [PATCH] Test shallow_deps (DO NOT MERGE) --- .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 c2e9bb3..352105b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,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: eccodes-python: ecmwf/eccodes-python@${{ github.event.pull_request.head.sha || github.sha }} codecov_upload: true @@ -39,7 +39,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: eccodes-python: ecmwf/eccodes-python@${{ github.event.pull_request.head.sha || github.sha }} secrets: inherit