From 82cbba313c336d851fba851cd88e497941041f77 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 25 Oct 2023 11:22:32 +1100 Subject: [PATCH] Remove some permutations --- .github/workflows/hole-punch-interop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hole-punch-interop.yml b/.github/workflows/hole-punch-interop.yml index c08915e7a..0d92fd667 100644 --- a/.github/workflows/hole-punch-interop.yml +++ b/.github/workflows/hole-punch-interop.yml @@ -16,8 +16,8 @@ jobs: runs-on: ['self-hosted', 'linux', 'x64', '4xlarge'] # https://github.com/pl-strflt/tf-aws-gh-runner/blob/main/runners.tf strategy: matrix: - dim1: ['a', 'b', 'c', 'd', 'e', 'f'] - dim2: [1, 2, 3, 4, 5, 6] + dim1: ['a', 'b', 'c', 'd', 'e'] + dim2: [1, 2, 3, 4, 5] fail-fast: false steps: - uses: actions/checkout@v3