summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMaxim Yurchuk <[email protected]>2026-05-20 20:16:06 +0300
committerGitHub <[email protected]>2026-05-20 20:16:06 +0300
commit06e00a9c6159ab2cf14c614b5073d4c128fa2fbd (patch)
treed7d3c70edbbda773341a1f93c93d9ab63a259126 /.github/workflows
parent9f2d9405ee53d50b51d045a8150eaf7ad3b81eed (diff)
Stable-26-2-1 support (#40849)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/compare_configs.yml2
-rw-r--r--.github/workflows/prestable_sync.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/compare_configs.yml b/.github/workflows/compare_configs.yml
index 314209383ea..6dd55dbf860 100644
--- a/.github/workflows/compare_configs.yml
+++ b/.github/workflows/compare_configs.yml
@@ -59,7 +59,7 @@ jobs:
set -xe
cd ./ydb/tests/library/compatibility/configs
if [[ -z "${{inputs.branches}}" ]]; then
- BRANCH_LIST="stable-25-4-1 stable-25-4 stable-26-1-1 stable-26-1 prestable-26-2 current"
+ BRANCH_LIST="stable-26-1-1 stable-26-1 stable-26-2-1 stable-26-2 prestable-26-3 current"
else
BRANCH_LIST="${{inputs.branches}}"
fi
diff --git a/.github/workflows/prestable_sync.yml b/.github/workflows/prestable_sync.yml
index 6eab0339bc7..db926b1afac 100644
--- a/.github/workflows/prestable_sync.yml
+++ b/.github/workflows/prestable_sync.yml
@@ -15,8 +15,8 @@ jobs:
fail-fast: false
matrix:
include:
- - base_branch: prestable-26-2
- head_branch: stable-26-1
+ - base_branch: prestable-26-3
+ head_branch: main
label: sync-prestable
steps:
- name: checkout