Skip to content

Commit 2e1a4bb

Browse files
Test shallow_deps (DO NOT MERGE)
1 parent 23005cc commit 2e1a4bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
downstream-ci:
2929
name: downstream-ci
3030
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
31-
uses: ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main
31+
uses: ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@feat/shallow_deps
3232
with:
3333
eccodes-python: ecmwf/eccodes-python@${{ github.event.pull_request.head.sha || github.sha }}
3434
codecov_upload: true
@@ -39,7 +39,7 @@ jobs:
3939
downstream-ci-hpc:
4040
name: downstream-ci-hpc
4141
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
42-
uses: ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
42+
uses: ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@feat/shallow_deps
4343
with:
4444
eccodes-python: ecmwf/eccodes-python@${{ github.event.pull_request.head.sha || github.sha }}
4545
secrets: inherit

0 commit comments

Comments
 (0)