diff --git a/.github/workflows/docker_actions.yml b/.github/workflows/docker_actions.yml index 80ef909bc1..88284e78a6 100644 --- a/.github/workflows/docker_actions.yml +++ b/.github/workflows/docker_actions.yml @@ -13,10 +13,11 @@ jobs: strategy: fail-fast: false matrix: + experimental: [false] include: - {folder: nwchem-dev, archs: linux/aarch64, fc: gfortran} - {folder: nwchem-dev, archs: linux/ppc64le, fc: gfortran} - - {folder: nwchem-dev.xlf, archs: linux/ppc64le, fc: xlf} + - {folder: nwchem-dev.xlf, archs: linux/ppc64le, fc: xlf, experimental: true} - {folder: nwchem-dev, archs: linux/arm/v7, fc: gfortran} runs-on: ubuntu-latest