Skip to content

Commit 4f59c9d

Browse files
committed
fix: use feature/multi-tenancy branch for backend (has critical fixes)
1 parent 96ec425 commit 4f59c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ on:
8585
backend-ref:
8686
description: 'Backend ref (branch/tag/SHA)'
8787
type: string
88-
default: 'main'
88+
default: 'feature/multi-tenancy'
8989
frontend-repo:
9090
description: 'Frontend repository URL'
9191
type: string

.github/workflows/self-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
uses: ./.github/workflows/e2e-tests.yml
1414
with:
1515
frontend-ref: 'master'
16-
backend-ref: 'main'
16+
backend-ref: 'feature/multi-tenancy'

0 commit comments

Comments
 (0)