We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7490d59 commit 7737d6dCopy full SHA for 7737d6d
.github/workflows/run_testsuite_manual.yml
@@ -28,7 +28,7 @@ on:
28
- 'CRITICAL'
29
upload_artifacts:
30
description: 'Upload artifacts also on success (not only on failure)'
31
- default: 'FALSE'
+ default: 'TRUE'
32
type: choice
33
options:
34
- 'FALSE'
.github/workflows/run_testsuite_workflow.yml
@@ -21,8 +21,8 @@ on:
21
required: false
22
type: string
23
24
- description: 'TRUE or FALSE (Default: FALSE -> Upload only when the workflow fails)'
25
+ description: 'TRUE or FALSE (FALSE -> Upload only when the workflow fails)'
26
27
jobs:
run_testsuite:
0 commit comments