diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0002f9d..66bb35f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,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@add-anemoi-transforms + uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main with: anemoi-transform: ecmwf/anemoi-transform@${{ github.event.pull_request.head.sha || github.sha }} codecov_upload: true @@ -37,7 +37,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-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@add-anemoi-transforms + uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main with: anemoi-transform: ecmwf/anemoi-transform@${{ github.event.pull_request.head.sha || github.sha }} secrets: inherit