summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-03-30 13:09:28 +0100
committerDavid Robertson <davidr@element.io>2022-03-30 14:07:49 +0100
commit211becb069ce5e00067adee275463e8899102fd6 (patch)
treef3763355d5d9a16be1dd445837e801593bb3c83e
parentDEBUG: always run twisted trunk; don't raise bugs (diff)
downloadsynapse-211becb069ce5e00067adee275463e8899102fd6.tar.xz
DEBUG: build all debs
-rw-r--r--.github/workflows/release-artifacts.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml
index ed4fc6179d..6978a59dd9 100644
--- a/.github/workflows/release-artifacts.yml
+++ b/.github/workflows/release-artifacts.yml
@@ -29,10 +29,10 @@ jobs:
       - id: set-distros
         run: |
           # if we're running from a tag, get the full list of distros; otherwise just use debian:sid
-          dists='["debian:sid"]'
-          if [[ $GITHUB_REF == refs/tags/* ]]; then
+          # dists='["debian:sid"]'
+          # if [[ $GITHUB_REF == refs/tags/* ]]; then
               dists=$(scripts-dev/build_debian_packages.py --show-dists-json)
-          fi
+          # fi
           echo "::set-output name=distros::$dists"
     # map the step outputs to job outputs
     outputs: