diff options
author | Mathieu Velten <matmaul@gmail.com> | 2023-10-10 16:55:30 +0200 |
---|---|---|
committer | Mathieu Velten <matmaul@gmail.com> | 2023-10-10 16:55:30 +0200 |
commit | 86641cb3a820e287b8c0a256fd363a2826b51dcb (patch) | |
tree | 096ea776661f1d14876b7e7f33553d376ade43bf /.github/workflows/tests.yml | |
parent | Merge remote-tracking branch 'origin/develop' into anoa/public_rooms_module_api (diff) | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-anoa/public_rooms_module_api.tar.xz |
Merge remote-tracking branch 'origin/develop' into anoa/public_rooms_module_api github/anoa/public_rooms_module_api anoa/public_rooms_module_api
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 1 |
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" |