summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2022-09-12 14:21:58 +0200
committerMathieu Velten <mathieuv@matrix.org>2022-09-12 14:21:58 +0200
commit73f21a168608a6c06cce28391ec866db26ec7c77 (patch)
tree6aa06fbd8433860734ef3a6426df85d241a2afa1
parentRemove check current state membership up to date (#13745) (diff)
downloadsynapse-github/mv/cago-test-skippable.tar.xz
Mark cargo-test step as skippable since it only runs on code change github/mv/cago-test-skippable mv/cago-test-skippable
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml

index 7c4ae3d7ff..bf70f8373e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml
@@ -486,5 +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