mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 18:45:52 +03: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:
parent
0a67743d9e
commit
a6abee36bc
2 changed files with 1 additions and 1 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -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
1
changelog.d/16454.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Do not block running of CI behind the check for sign-off on PRs.
|
Loading…
Reference in a new issue