summary refs log tree commit diff
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
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.
-rw-r--r--.github/workflows/tests.yml1
-rw-r--r--changelog.d/16454.misc1
2 files changed, 1 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" diff --git a/changelog.d/16454.misc b/changelog.d/16454.misc new file mode 100644
index 0000000000..1e75dc436f --- /dev/null +++ b/changelog.d/16454.misc
@@ -0,0 +1 @@ +Do not block running of CI behind the check for sign-off on PRs.