mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Checkout correct branch for Sytest
This commit is contained in:
parent
e8ab2154aa
commit
7df5d69a5b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/dendrite.yml
vendored
1
.github/workflows/dendrite.yml
vendored
|
@ -250,6 +250,7 @@ jobs:
|
|||
env:
|
||||
POSTGRES: ${{ matrix.postgres && 1}}
|
||||
API: ${{ matrix.api && 1 }}
|
||||
SYTEST_BRANCH: ${{ github.head_ref }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run Sytest
|
||||
|
|
Loading…
Reference in a new issue