aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Yurchuk <maxim-yurchuk@ydb.tech>2024-11-20 10:41:22 +0000
committerGitHub <noreply@github.com>2024-11-20 10:41:22 +0000
commitd4cd408ae5fa4a71f6d824971b494d2d20e7eb80 (patch)
tree87cbcdcca8b03ddb51e00d8e4b1256adb6473d68
parent2058d8c118468d2bd6a31116b51f5d91b1048991 (diff)
downloadydb-d4cd408ae5fa4a71f6d824971b494d2d20e7eb80.tar.gz
Add release into night build (#11781)
-rw-r--r--.github/workflows/nightly_build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly_build.yml b/.github/workflows/nightly_build.yml
index 673e375ee5..58e4952b4d 100644
--- a/.github/workflows/nightly_build.yml
+++ b/.github/workflows/nightly_build.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- build_preset: ["relwithdebinfo", "release-asan"]
+ build_preset: ["release", "relwithdebinfo", "release-asan"]
runs-on: [ self-hosted, auto-provisioned, "${{ format('build-preset-{0}', matrix.build_preset) }}" ]
name: Build and test ${{ matrix.build_preset }}
steps: