mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
update test trigger names for autumn release
This commit is contained in:
parent
076b2c0af2
commit
c3c911ebbf
6
.github/workflows/test-trigger.yml
vendored
6
.github/workflows/test-trigger.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user