summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-09-01 16:26:53 +0100
committerDavid Robertson <davidr@element.io>2022-09-01 16:26:53 +0100
commit95f867a7c8a6c99a0ace5df9d72acf64b10a92d0 (patch)
tree734399142945e26163cff69289d74c5a6ac445d8
parentskip newsfile (diff)
downloadsynapse-95f867a7c8a6c99a0ace5df9d72acf64b10a92d0.tar.xz
Skip debian build
-rw-r--r--.github/workflows/release-artifacts.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml
index ed4fc6179d..e83bbede2a 100644
--- a/.github/workflows/release-artifacts.yml
+++ b/.github/workflows/release-artifacts.yml
@@ -5,7 +5,7 @@ name: Build release artifacts
 on:
   # we build on PRs and develop to (hopefully) get early warning
   # of things breaking (but only build one set of debs)
-  pull_request:
+#  pull_request:
   push:
     branches: ["develop", "release-*"]