From aacb835b2f20eb42e347b6870f8b0fbe71c81cb7 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Wed, 1 May 2024 12:03:22 -0700 Subject: [PATCH] [chore] only run unit tests for actuated on a single version (#10062) We do the same for the contrib repo. cc @atoulme Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- .github/workflows/build-and-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 256edfc978a..c8c8727a53b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -138,6 +138,9 @@ jobs: strategy: matrix: runner: [ubuntu-latest, actuated-arm64-4cpu-4gb] + exclude: + - go-version: "1.21.9" + runner: actuated-arm64-4cpu-4gb go-version: ["~1.22", "~1.21.9"] # 1.20 needs quotes otherwise it's interpreted as 1.2 runs-on: ${{ matrix.runner }} needs: [setup-environment]