update test trigger names for autumn release

This commit is contained in:
Zuzanna Ludzik 2026-08-07 15:17:46 +02:00
parent 076b2c0af2
commit c3c911ebbf

View File

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