Skip to content

Commit

Permalink
ci: turn off hpc worklfow (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
theissenhelen authored Jan 8, 2025
1 parent 7cbf5f3 commit d3939c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
secrets: inherit

# Build downstream packages on HPC
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@main
with:
anemoi-transform: ecmwf/anemoi-transform@${{ github.event.pull_request.head.sha || github.sha }}
secrets: inherit
# 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@main
# with:
# anemoi-transform: ecmwf/anemoi-transform@${{ github.event.pull_request.head.sha || github.sha }}
# secrets: inherit

0 comments on commit d3939c9

Please sign in to comment.