Mark cargo-test step as skippable since it only runs on code change

This commit is contained in:
Mathieu Velten 2022-09-12 14:21:58 +02:00
parent da41a7cd61
commit 73f21a1686

View file

@ -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