From ac47bd21220e372b6addffe9cacf095506cfbb72 Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Fri, 8 Nov 2024 11:55:15 +0100 Subject: [PATCH] ci-with only ubuntu for the package. Opt-out for other platform. Need to be updated when the reusable workflow adds more platforms --- .github/workflows/ci.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 072affd..b557cdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,13 +34,25 @@ jobs: skip_matrix_jobs: | gnu@debian-11 clang@rocky-8.6 + gnu@debian-11 + gnu@rocky-8.6 + clang@rocky-8.6 + gnu@fedora-37 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 +# uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main # with: # anemoi-utils: ecmwf/anemoi-utils@${{ github.event.pull_request.head.sha || github.sha }} +# codecov_upload: true +# skip_matrix_jobs: | +# gnu@debian-11 +# clang@rocky-8.6 +# gnu@debian-11 +# gnu@rocky-8.6 +# clang@rocky-8.6 +# gnu@fedora-37 # secrets: inherit