Skip to content

Commit

Permalink
fix: revert to main
Browse files Browse the repository at this point in the history
  • Loading branch information
theissenhelen committed Oct 23, 2024
1 parent bda49b2 commit a8148b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit a8148b8

Please sign in to comment.