diff --git a/.github/workflows/test_compare_stacks.yml b/.github/workflows/test_compare_stacks.yml index f03929349b..b4a761eb6c 100644 --- a/.github/workflows/test_compare_stacks.yml +++ b/.github/workflows/test_compare_stacks.yml @@ -41,9 +41,10 @@ jobs: - x86_64/intel/sapphirerapids - x86_64/intel/icelake - x86_64/intel/cascadelake - exclude: - - EESSI_VERSION: 2023.06 - COMPARISON_ARCH: aarch64/a64fx + # Example of how a specific target can be excluded: + # exclude: + # - EESSI_VERSION: 2023.06 + # COMPARISON_ARCH: aarch64/a64fx steps: - name: Check out software-layer repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1