diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2022-09-12 14:21:58 +0200 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2022-09-12 14:21:58 +0200 |
commit | 73f21a168608a6c06cce28391ec866db26ec7c77 (patch) | |
tree | 6aa06fbd8433860734ef3a6426df85d241a2afa1 | |
parent | Remove check current state membership up to date (#13745) (diff) | |
download | synapse-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.yml | 4 |
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 |