From d3939c9551462b5c634eeb7b5db446d91c05837e Mon Sep 17 00:00:00 2001 From: Helen Theissen Date: Wed, 8 Jan 2025 18:28:31 +0000 Subject: [PATCH] ci: turn off hpc worklfow (#21) --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66bb35f..cc4f305 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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