summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-03 14:58:24 +0100
committerDavid Robertson <davidr@element.io>2022-10-03 14:58:24 +0100
commit4fe4d3d548a05c7e8d01bbd27d208a41bf5a3ace (patch)
tree35e845686840a80adb6be5e560e9cea8bb3fb88b
parentRevert "Don't run tests while I'm experimenting" (diff)
downloadsynapse-4fe4d3d548a05c7e8d01bbd27d208a41bf5a3ace.tar.xz
Please don't run tests
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 9fe61930a5..0bfc01fdb2 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -3,7 +3,7 @@ name: Tests
 on:
   push:
     branches: ["develop", "release-*"]
-  pull_request:
+#  pull_request:
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}