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 644a176 commit f4861d7Copy full SHA for f4861d7
.github/workflows/regression_whitelist_run.yml
@@ -22,5 +22,5 @@ jobs:
22
build_preset: ["relwithdebinfo", "release-asan", "release-tsan", "release-msan"]
23
with:
24
test_targets: ydb/tests/sql/ ydb/tests/stress ydb/tests/functional/tpc ydb/tests/functional/benchmarks_init
25
- branches: ${{ inputs.use_default_branches == true && '["main", "stable-25-1", "stable-25-1-1", "stable-25-1-analytics"]' || github.ref_name }}
26
- build_preset: ${{ matrix.build_preset }}
+ branches: ${{ (inputs.use_default_branches == true || github.event_name == 'schedule') && '["main", "stable-25-1", "stable-25-1-1", "stable-25-1-analytics"]' || github.ref_name }}
+ build_preset: ${{ matrix.build_preset }}
0 commit comments