We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ec425 commit 4f59c9dCopy full SHA for 4f59c9d
.github/workflows/e2e-tests.yml
@@ -85,7 +85,7 @@ on:
85
backend-ref:
86
description: 'Backend ref (branch/tag/SHA)'
87
type: string
88
- default: 'main'
+ default: 'feature/multi-tenancy'
89
frontend-repo:
90
description: 'Frontend repository URL'
91
.github/workflows/self-test.yml
@@ -13,4 +13,4 @@ jobs:
13
uses: ./.github/workflows/e2e-tests.yml
14
with:
15
frontend-ref: 'master'
16
- backend-ref: 'main'
+ backend-ref: 'feature/multi-tenancy'
0 commit comments