Fix CI on non-PR builds (#13769)

Mark cargo-test as skippable since it only runs on Rust code change.
pull/13778/head
Erik Johnston 2022-09-12 13:26:33 +01:00 committed by GitHub
parent da41a7cd61
commit dd7484b562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -488,3 +488,4 @@ jobs:
# The newsfile lint may be skipped on non PR builds
skippable:
lint-newsfile
cargo-test

1
changelog.d/13769.misc Normal file
View File

@ -0,0 +1 @@
Add a stub Rust crate.