Compare commits

...

1 Commits

Author SHA1 Message Date
Mathieu Velten
73f21a1686 Mark cargo-test step as skippable since it only runs on code change 2022-09-12 14:21:58 +02:00

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