Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit dd7484b

Browse files
authored
Fix CI on non-PR builds (#13769)
Mark cargo-test as skippable since it only runs on Rust code change.
1 parent da41a7c commit dd7484b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -488,3 +488,4 @@ jobs:
488488
# The newsfile lint may be skipped on non PR builds
489489
skippable:
490490
lint-newsfile
491+
cargo-test

changelog.d/13769.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a stub Rust crate.

0 commit comments

Comments
 (0)