summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Robertson <david.m.robertson1@gmail.com>2021-08-10 12:45:13 +0100
committerDavid Robertson <david.m.robertson1@gmail.com>2021-08-10 16:38:13 +0100
commitc5988a8eb7279f1de2d09258a41ff21158eb62c5 (patch)
tree9379c2bcc8482678d2db762906f5bb602cb0668f /.github/workflows
parentMove sytest worker-blacklist to ci directory (diff)
downloadsynapse-c5988a8eb7279f1de2d09258a41ff21158eb62c5.tar.xz
Remove unused BUILDKITE_BRANCH env var
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/tests.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index cd88184488..a04f6abbed 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -195,7 +195,6 @@ jobs:
       volumes:
         - ${{ github.workspace }}:/src
       env:
-        BUILDKITE_BRANCH: ${{ github.head_ref }}
         POSTGRES: ${{ matrix.postgres && 1}}
         MULTI_POSTGRES: ${{ (matrix.postgres == 'multi-postgres') && 1}}
         WORKERS: ${{ matrix.workers && 1 }}