0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-16 18:43:44 +02:00

Don't block CI on sign-off (#16454)

As this doesn't work with the private sign off flow.
This commit is contained in:
Erik Johnston 2023-10-09 14:22:54 +03:00 committed by GitHub
parent 0a67743d9e
commit a6abee36bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -280,7 +280,6 @@ jobs:
- check-lockfile
- lint-clippy
- lint-rustfmt
- check-signoff
runs-on: ubuntu-latest
steps:
- run: "true"

1
changelog.d/16454.misc Normal file
View file

@ -0,0 +1 @@
Do not block running of CI behind the check for sign-off on PRs.