Skip to content

Commit 2381e4f

Browse files
authored
Merge pull request #8116 from nextcloud/backport/8108/main
[main] fix(ci): Only build Assistant from git for main branch
2 parents e6c3022 + b35d8a8 commit 2381e4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cypress-e2e.yml

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

5050
- name: Checkout assistant
51+
if: matrix.server-versions == 'main'
5152
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5253
with:
5354
persist-credentials: false
@@ -85,6 +86,7 @@ jobs:
8586
TESTING=true npm run build --if-present
8687
8788
- name: Install node dependencies & build assistant app
89+
if: matrix.server-versions == 'main'
8890
working-directory: apps/assistant
8991
run: |
9092
composer install --no-dev

0 commit comments

Comments
 (0)