From 0ecc7e330119f1c169bb051c3a6d52847260bb5b Mon Sep 17 00:00:00 2001 From: Andrew Beltrano Date: Sat, 6 Jan 2024 21:19:10 -0700 Subject: [PATCH 1/2] Disable tests on CI/CD runs. --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 5540094f..0a6b97a0 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -20,3 +20,4 @@ jobs: uses: ./.github/workflows/build.yml with: build-types: "[ 'Debug' ]" + test: false From 41935512e4da8e74c67bab555832f9d54be4f31c Mon Sep 17 00:00:00 2001 From: Andrew Beltrano Date: Sat, 6 Jan 2024 21:19:31 -0700 Subject: [PATCH 2/2] Disable running tests by default on core build workflow. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2ef7869..f6a8a33d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ on: description: 'Invoke CMake install for the project' test: required: false - default: true + default: false type: boolean description: 'Invoke CMake CTest for the project' package: