@@ -109,7 +109,7 @@ jobs:
109109 title : ' Test results - logged in users'
110110 if : always()
111111 desktop-chrome-test :
112- if : github.event.action == 'trigger-e2e-tests-test' || github.event_name == 'push'
112+ if : github.event.action == 'trigger-e2e-tests-test'
113113 name : Desktop Chrome - test branch
114114 runs-on : ubuntu-latest
115115 steps :
@@ -125,7 +125,7 @@ jobs:
125125 - name : Checkout branch
126126 working-directory : cryptpad
127127 run : |
128- git checkout 2025.9 -test
128+ git checkout 2025.12 -test
129129 git branch
130130 - name : Install dependencies
131131 run : npm install --prefix cryptpad
@@ -227,7 +227,7 @@ jobs:
227227 - name : Checkout branch
228228 working-directory : cryptpad
229229 run : |
230- git checkout 2025.9 -rc
230+ git checkout 2025.12 -rc
231231 git branch
232232 - name : Install dependencies
233233 run : npm install --prefix cryptpad
@@ -431,7 +431,7 @@ jobs:
431431 - name : Checkout branch
432432 working-directory : cryptpad
433433 run : |
434- git checkout 2025.9 -rc
434+ git checkout 2025.12 -rc
435435 git branch
436436 - name : Install dependencies
437437 run : npm install --prefix cryptpad
@@ -517,7 +517,7 @@ jobs:
517517 title : ' Test results - logged in users'
518518 if : always()
519519 desktop-firefox-test :
520- if : github.event.action == 'trigger-e2e-tests-test' || github.event_name == 'push'
520+ if : github.event.action == 'trigger-e2e-tests-test'
521521 name : Desktop Firefox - test branch
522522 runs-on : ubuntu-latest
523523 steps :
@@ -533,7 +533,7 @@ jobs:
533533 - name : Checkout branch
534534 working-directory : cryptpad
535535 run : |
536- git checkout 2025.9 -test
536+ git checkout 2025.12 -test
537537 git branch
538538 - name : Install dependencies
539539 run : npm install --prefix cryptpad
@@ -737,7 +737,7 @@ jobs:
737737 - name : Checkout branch
738738 working-directory : cryptpad
739739 run : |
740- git checkout 2025.9 -rc
740+ git checkout 2025.12 -rc
741741 git branch
742742 - name : Install dependencies
743743 run : npm install --prefix cryptpad
@@ -823,7 +823,7 @@ jobs:
823823 title : ' Test results - logged in users'
824824 if : always()
825825 desktop-webkit-test :
826- if : github.event.action == 'trigger-e2e-tests-test' || github.event_name == 'push'
826+ if : github.event.action == 'trigger-e2e-tests-test'
827827 name : Desktop Webkit - test branch
828828 runs-on : ubuntu-latest
829829 steps :
@@ -839,7 +839,7 @@ jobs:
839839 - name : Checkout branch
840840 working-directory : cryptpad
841841 run : |
842- git checkout 2025.9 -test
842+ git checkout 2025.12 -test
843843 git branch
844844 - name : Install dependencies
845845 run : npm install --prefix cryptpad
@@ -1043,7 +1043,7 @@ jobs:
10431043 - name : Checkout branch
10441044 working-directory : cryptpad
10451045 run : |
1046- git checkout 2025.9 -rc
1046+ git checkout 2025.12 -rc
10471047 git branch
10481048 - name : Install dependencies
10491049 run : npm install --prefix cryptpad
@@ -1129,7 +1129,7 @@ jobs:
11291129 title : ' Test results - logged in users'
11301130 if : always()
11311131 mobile-chrome-test :
1132- if : github.event.action == 'trigger-e2e-tests-test' || github.event_name == 'push'
1132+ if : github.event.action == 'trigger-e2e-tests-test'
11331133 name : Mobile Chrome - test branch
11341134 runs-on : ubuntu-latest
11351135 steps :
@@ -1145,7 +1145,7 @@ jobs:
11451145 - name : Checkout branch
11461146 working-directory : cryptpad
11471147 run : |
1148- git checkout 2025.9 -test
1148+ git checkout 2025.12 -test
11491149 git branch
11501150 - name : Install dependencies
11511151 run : npm install --prefix cryptpad
@@ -1349,7 +1349,7 @@ jobs:
13491349 - name : Checkout branch
13501350 working-directory : cryptpad
13511351 run : |
1352- git checkout 2025.9 -rc
1352+ git checkout 2025.12 -rc
13531353 git branch
13541354 - name : Install dependencies
13551355 run : npm install --prefix cryptpad
@@ -1435,7 +1435,7 @@ jobs:
14351435 title : ' Test results - logged in users'
14361436 if : always()
14371437 desktop-edge-test :
1438- if : github.event.action == 'trigger-e2e-tests-test' || github.event_name == 'push'
1438+ if : github.event.action == 'trigger-e2e-tests-test'
14391439 name : Desktop Edge - test branch
14401440 runs-on : ubuntu-latest
14411441 steps :
@@ -1451,7 +1451,7 @@ jobs:
14511451 - name : Checkout branch
14521452 working-directory : cryptpad
14531453 run : |
1454- git checkout 2025.9 -test
1454+ git checkout 2025.12 -test
14551455 git branch
14561456 - name : Install dependencies
14571457 run : npm install --prefix cryptpad
0 commit comments