Merge pull request #2357 from cryptpad/update_yaml_2026.9

Updated .yml GHA test triggers for the 2026.9 release
This commit is contained in:
Zuzanna 2026-08-05 16:54:33 +02:00 committed by GitHub
commit f91c11e5ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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