Skip to content

Commit bb8bcaf

Browse files
silverkszlobackportbot[bot]
authored andcommitted
fix(ci): Only build Assistant from git for main branch
For stable branches, use the App Store version to avoid compatibility issues with newer Assistant versions that only support Nextcloud versions 33+ Signed-off-by: silver <s.szmajduch@posteo.de> [skip ci]
1 parent 10a500b commit bb8bcaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cypress-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
TESTING=true npm run build --if-present
8686
8787
- name: Install node dependencies & build assistant app
88+
if: matrix.server-versions == 'main'
8889
working-directory: apps/assistant
8990
run: |
9091
composer install --no-dev

0 commit comments

Comments
 (0)