2025.12 update

This commit is contained in:
Zuzanna 2025-11-07 12:45:37 +01:00
parent b77d59a126
commit 38c997fecb

View File

@ -6,7 +6,7 @@ name: Trigger E2E tests
on:
push:
branches: [ staging, 2025.9-rc, 2025.9-test ]
branches: [ staging, 2025.12-rc, 2025.12-test ]
jobs:
trigger-tests:
@ -18,9 +18,9 @@ jobs:
if [ "$branch" = "staging" ]; then
event_type="trigger-e2e-tests-staging"
elif [ "$branch" = "2025.9-rc" ]; then
elif [ "$branch" = "2025.12-rc" ]; then
event_type="trigger-e2e-tests-rc"
elif [ "$branch" = "2025.9-test" ]; then
elif [ "$branch" = "2025.12-test" ]; then
event_type="trigger-e2e-tests-test"
fi