From a72b81f99e85cd339ce48dcf2b24ec445edbf0f8 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Mon, 12 Feb 2024 19:58:32 -0800 Subject: [PATCH] Limit testing so jobs complete --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e31eb7e..282d5ae6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,11 +34,13 @@ jobs: goal: build arch: x86_64 openssl_archs: linux-x86_64 + fullGamTest: yes - os: [self-hosted, linux, arm64] jid: 2 goal: build arch: aarch64 openssl_archs: linux-aarch64 + fullGamTest: yes - os: ubuntu-20.04 jid: 3 goal: build @@ -56,11 +58,13 @@ jobs: goal: build arch: x86_64 openssl_archs: darwin64-x86_64 + fullGamTest: yes - os: macos-14 jid: 6 goal: build arch: aarch64 openssl_archs: darwin64-arm64 + fullGamTest: yes - os: macos-14 jid: 7 goal: build @@ -71,6 +75,7 @@ jobs: goal: build arch: Win64 openssl_archs: VC-WIN64A + fullGamTest: yes - os: ubuntu-22.04 goal: test python: "3.8" @@ -638,7 +643,7 @@ jobs: echo "We successfully compiled Python ${this_python} and OpenSSL ${this_openssl}" - name: Live API tests push only - if: github.event_name == 'push' || github.event_name == 'schedule' + if: (github.event_name == 'push' || github.event_name == 'schedule') && matrix.fullGamTest == 'yes' env: PASSCODE: ${{ secrets.PASSCODE }} run: |