mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Use the release branch for sytest in release-branch PRs (#17306)
This commit is contained in:
parent
a3cb244755
commit
12d7303707
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -479,6 +479,9 @@ jobs:
|
||||
volumes:
|
||||
- ${{ github.workspace }}:/src
|
||||
env:
|
||||
# If this is a pull request to a release branch, use that branch as default branch for sytest, else use develop
|
||||
# This works because the release script always create a branch on the sytest repo with the same name as the release branch
|
||||
SYTEST_DEFAULT_BRANCH: ${{ startsWith(github.base_ref, 'release-') && github.base_ref || 'develop' }}
|
||||
SYTEST_BRANCH: ${{ github.head_ref }}
|
||||
POSTGRES: ${{ matrix.job.postgres && 1}}
|
||||
MULTI_POSTGRES: ${{ (matrix.job.postgres == 'multi-postgres') || '' }}
|
||||
|
1
changelog.d/17306.misc
Normal file
1
changelog.d/17306.misc
Normal file
@ -0,0 +1 @@
|
||||
Use the release branch for sytest in release-branch PRs.
|
Loading…
Reference in New Issue
Block a user