updated version numbers in test trigger .yaml

This commit is contained in:
Zuzanna Ludzik 2026-04-21 17:03:55 +02:00
parent e0453eb4cf
commit f42d06b2b4

View File

@ -6,7 +6,7 @@ name: Trigger E2E tests
on:
push:
branches: [ staging, 2025.12-rc, 2025.12-test ]
branches: [ staging, 2026.4-rc, 2026.4-test ]
jobs:
trigger-tests:
@ -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