From 559e2ecd264aca9dfb9ae3ea7c8ef5c94d07f04b Mon Sep 17 00:00:00 2001 From: theissenhelen Date: Wed, 8 Jan 2025 12:59:07 +0000 Subject: [PATCH] ci: turn off hpc workflow --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b241442..379ef3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,11 +33,11 @@ jobs: codecov_upload: true 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-inference: ecmwf/anemoi-inference@${{ github.event.pull_request.head.sha || github.sha }} - 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-inference: ecmwf/anemoi-inference@${{ github.event.pull_request.head.sha || github.sha }} + # secrets: inherit