summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-09-12 13:26:33 +0100
committerGitHub <noreply@github.com>2022-09-12 13:26:33 +0100
commitdd7484b5628dc297d0324198c9f5765247f982b5 (patch)
treec2c83bc1ddf862e30aff668ab1910fe79c4e2bc1 /.github
parentRemove check current state membership up to date (#13745) (diff)
downloadsynapse-dd7484b5628dc297d0324198c9f5765247f982b5.tar.xz
Fix CI on non-PR builds (#13769)
Mark cargo-test as skippable since it only runs on Rust code change.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 7c4ae3d7ff..b4dd74ea4f 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -488,3 +488,4 @@ jobs:
           # The newsfile lint may be skipped on non PR builds
           skippable:
             lint-newsfile
+            cargo-test