summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-06-15 16:11:42 +0100
committerGitHub <noreply@github.com>2022-06-15 15:11:42 +0000
commit9ad2197fa7b1f9f0fd308b37cefc78061e95c04b (patch)
treec73f08c9159e0c0b9ad9e23ed29185ebc6141bb7 /.github/workflows
parentUse updated `update_user_directory_from_worker` options in Complement tests. ... (diff)
downloadsynapse-9ad2197fa7b1f9f0fd308b37cefc78061e95c04b.tar.xz
Rename complement-developonly (#13046)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 56f3e46465..5355bfa208 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -358,6 +358,8 @@ jobs:
     if: "${{ !failure() && !cancelled() && (github.ref == 'refs/heads/develop') }}"
     needs: linting-done
     runs-on: ubuntu-latest
+    
+    name: "Complement Workers (develop only)"
 
     steps:
       # The path is set via a file given by $GITHUB_PATH. We need both Go 1.17 and GOPATH on the path to run Complement.