updated release version number in test trigger .yaml

This commit is contained in:
Zuzanna Ludzik 2026-04-21 15:16:04 +02:00
parent 66f3d7d22b
commit ccf622bc02

View File

@ -18,9 +18,9 @@ jobs:
if [ "$branch" = "staging" ]; then
event_type="trigger-e2e-tests-staging"
elif [ "$branch" = "2025.12-rc" ]; then
elif [ "$branch" = "2026.4-rc" ]; then
event_type="trigger-e2e-tests-rc"
elif [ "$branch" = "2025.12-test" ]; then
elif [ "$branch" = "2026.4-test" ]; then
event_type="trigger-e2e-tests-test"
fi