summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-10-09 14:22:54 +0300
committerGitHub <noreply@github.com>2023-10-09 12:22:54 +0100
commita6abee36bc53feb4e5ffc6284af0b059f8f0ab2c (patch)
tree0965227aa1167cafed4390cac57fb2c2ef5d3b8d /.github
parentBump ruff from 0.0.290 to 0.0.292 (#16449) (diff)
downloadsynapse-a6abee36bc53feb4e5ffc6284af0b059f8f0ab2c.tar.xz
Don't block CI on sign-off (#16454)
As this doesn't work with the private sign off flow.
Diffstat (limited to '.github')
-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 96750cb6c8..7dbd83908e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -280,7 +280,6 @@ jobs:
       - check-lockfile
       - lint-clippy
       - lint-rustfmt
-      - check-signoff
     runs-on: ubuntu-latest
     steps:
       - run: "true"