Skip to content
Snippets Groups Projects
Unverified Commit f455b0e4 authored by David Robertson's avatar David Robertson Committed by GitHub
Browse files

GHA: reintroduce an env var for `$GITHUB_HEAD_REF` (#10659)

This should ensure GHA runs synapse against the same-named sytest branch
parent b3590614
No related branches found
No related tags found
Loading
......@@ -192,6 +192,7 @@ jobs:
volumes:
- ${{ github.workspace }}:/src
env:
SYTEST_BRANCH: ${{ github.head_ref }}
POSTGRES: ${{ matrix.postgres && 1}}
MULTI_POSTGRES: ${{ (matrix.postgres == 'multi-postgres') && 1}}
WORKERS: ${{ matrix.workers && 1 }}
......
Fix GitHub Actions config so we can run sytest on synapse from parallel branches.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment