Skip to content

Commit a96068c

Browse files
Merge pull request #8124 from nextcloud/backport/8116/stable31
[stable31] fix(ci): Only build Assistant from git for main branch
2 parents 898ab8a + 2743164 commit a96068c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cypress-e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
path: apps/viewer
4747

4848
- name: Checkout assistant
49+
if: matrix.server-versions == 'main'
4950
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5051
with:
5152
persist-credentials: false
@@ -83,6 +84,7 @@ jobs:
8384
TESTING=true npm run build --if-present
8485
8586
- name: Install node dependencies & build assistant app
87+
if: matrix.server-versions == 'main'
8688
working-directory: apps/assistant
8789
run: |
8890
composer install --no-dev

0 commit comments

Comments
 (0)