Skip to content

Commit 7737d6d

Browse files
authored
System tests: Enable uploading artifacts by default (#627)
1 parent 7490d59 commit 7737d6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run_testsuite_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
- 'CRITICAL'
2929
upload_artifacts:
3030
description: 'Upload artifacts also on success (not only on failure)'
31-
default: 'FALSE'
31+
default: 'TRUE'
3232
type: choice
3333
options:
3434
- 'FALSE'

.github/workflows/run_testsuite_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ on:
2121
required: false
2222
type: string
2323
upload_artifacts:
24-
description: 'TRUE or FALSE (Default: FALSE -> Upload only when the workflow fails)'
25-
default: 'FALSE'
24+
description: 'TRUE or FALSE (FALSE -> Upload only when the workflow fails)'
25+
default: 'TRUE'
2626
type: string
2727
jobs:
2828
run_testsuite:

0 commit comments

Comments
 (0)