diff options
author | Erik Johnston <erikj@matrix.org> | 2023-10-09 14:22:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 12:22:54 +0100 |
commit | a6abee36bc53feb4e5ffc6284af0b059f8f0ab2c (patch) | |
tree | 0965227aa1167cafed4390cac57fb2c2ef5d3b8d | |
parent | Bump ruff from 0.0.290 to 0.0.292 (#16449) (diff) | |
download | synapse-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.yml | 1 | ||||
-rw-r--r-- | changelog.d/16454.misc | 1 |
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. |