Skip to content

Commit e30ab40

Browse files
committed
Update default values for build_tests and create_release inputs in workflow
1 parent 9288513 commit e30ab40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ on:
1818
build_tests:
1919
description: "Build and include QuantLib test suite"
2020
type: boolean
21-
default: false
21+
default: true
2222
create_release:
2323
description: "Create a GitHub Release with the zip asset"
2424
type: boolean
25-
default: true
25+
default: false
2626

2727
concurrency:
2828
group: build-${{ github.ref }}

0 commit comments

Comments
 (0)