Skip to content

Commit e1e245b

Browse files
authored
[stable-24-3] Add release into night build (#11785)
1 parent bbe9214 commit e1e245b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
build_preset: ["relwithdebinfo", "release-asan"]
17+
build_preset: ["release", "relwithdebinfo", "release-asan"]
1818
runs-on: [ self-hosted, auto-provisioned, "${{ format('build-preset-{0}', matrix.build_preset) }}" ]
1919
name: Build and test ${{ matrix.build_preset }}
2020
steps:

0 commit comments

Comments
 (0)