Skip to content

Commit 9898ea2

Browse files
authored
changed default CMemCheck value
1 parent a675520 commit 9898ea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ on:
2828
workflow_dispatch:
2929
inputs:
3030
CMemCheck:
31-
description: 'CMemCheck: Uncheck to skip running the CMake valgrind tests'
31+
description: 'CMemCheck: Choose this option to include the CMake Valgrind tests.'
3232
required: false
33-
default: true
33+
default: false
3434
type: boolean
3535

3636
jobs:

0 commit comments

Comments
 (0)