Skip to content

Commit f4861d7

Browse files
authored
Update regression_whitelist_run.yml shedule rules for branches (#17056)
1 parent 644a176 commit f4861d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression_whitelist_run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
build_preset: ["relwithdebinfo", "release-asan", "release-tsan", "release-msan"]
2323
with:
2424
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 }}
25+
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 }}
26+
build_preset: ${{ matrix.build_preset }}

0 commit comments

Comments
 (0)