From 12e85ccaa7bf599d97307fbc61159b4b3b206513 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Tue, 15 Aug 2023 21:23:39 -0400 Subject: [PATCH] fixup! operators: fix module library --- .github/workflows/everything.yml | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/.github/workflows/everything.yml b/.github/workflows/everything.yml index 2866232414..29a04e27f3 100644 --- a/.github/workflows/everything.yml +++ b/.github/workflows/everything.yml @@ -104,7 +104,6 @@ jobs: linux_ubuntu: needs: [format, git_checks] - if: needs.git_checks.outputs.num_code_changes > 0 runs-on: ubuntu-20.04 container: @@ -124,29 +123,11 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu20.04] - compiler: [gcc8, gcc9, gcc10, gcc11, clang6, clang10] - shared: [shared] - parallel: [ompi] include: - - os: ubuntu20.04 - compiler: gcc10 - parallel: mpich - - os: ubuntu20.04 - compiler: gcc8 - parallel: serial - - os: ubuntu20.04 - compiler: clang6 - parallel: serial - os: ubuntu20.04 compiler: gcc8 shared: static - parallel: ompi - constrains: build_only - - os: ubuntu20.04 - compiler: clang6 - shared: static - parallel: ompi + parallel: serial steps: - uses: actions/checkout@v3 with: @@ -188,7 +169,7 @@ jobs: linux_el8: needs: [format, git_checks] - if: needs.git_checks.outputs.num_code_changes > 0 + if: false runs-on: ubuntu-latest container: @@ -252,7 +233,7 @@ jobs: macos: needs: [format, git_checks] - if: needs.git_checks.outputs.num_code_changes > 0 + if: false runs-on: ${{ matrix.image }} env: @@ -319,7 +300,7 @@ jobs: windows: needs: [format, git_checks] - if: needs.git_checks.outputs.num_code_changes > 0 + if: false runs-on: ${{ matrix.image }} env: