From 9898ea224be2a456ae71207f36aa7205f61ae7d4 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R" Date: Thu, 9 May 2024 14:54:22 -0600 Subject: [PATCH] changed default CMemCheck value --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f48d6c4cc..31f14a197 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -28,9 +28,9 @@ on: workflow_dispatch: inputs: CMemCheck: - description: 'CMemCheck: Uncheck to skip running the CMake valgrind tests' + description: 'CMemCheck: Choose this option to include the CMake Valgrind tests.' required: false - default: true + default: false type: boolean jobs: