Skip to content

Commit e22f81d

Browse files
committed
TEST change downstream branch to pymultio branch for testing
1 parent 959ab7e commit e22f81d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
downstream-ci:
2626
name: downstream-ci
2727
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
28-
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main
28+
# uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main
29+
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@feature/add_pymultio
2930
with:
3031
multio: ecmwf/multio@${{ github.event.pull_request.head.sha || github.sha }}
3132
pymultio: pymultio:ecmwf/multio@${{ github.event.pull_request.head.sha || github.sha }}
@@ -55,7 +56,8 @@ jobs:
5556
downstream-ci-hpc:
5657
name: downstream-ci-hpc
5758
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
58-
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
59+
# uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
60+
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@feature/add_pymultio
5961
with:
6062
multio: ecmwf/multio@${{ github.event.pull_request.head.sha || github.sha }}
6163
pymultio: pymultio:ecmwf/multio@${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)