diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index feb0d42..949e021 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,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-actions/downstream-ci/.github/workflows/downstream-ci.yml@main + uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@test-miniforge with: eccodes-python: ecmwf/eccodes-python@${{ github.event.pull_request.head.sha || github.sha }} codecov_upload: true