summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2022-09-12 19:31:23 +0200
committerGitHub <noreply@github.com>2022-09-12 17:31:23 +0000
commitfa2f3d8d0c915c6ebd84ef53526ac04c91fd4a19 (patch)
treee9f5ed86e57cc9f76419c5370ebc566cb36e042b /.github/workflows
parentFix typo in ratelimiting documentation (#13727) (diff)
downloadsynapse-fa2f3d8d0c915c6ebd84ef53526ac04c91fd4a19.tar.xz
Fix GHA skippable syntax (#13778)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/tests.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index b4dd74ea4f..bf70f8373e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -486,6 +486,7 @@ jobs:
           needs: ${{ toJSON(needs) }}
 
           # The newsfile lint may be skipped on non PR builds
-          skippable:
+          # Cargo test is skipped if there is no changes on Rust code
+          skippable: |
             lint-newsfile
             cargo-test