mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-23 09:40:35 -04:00
Fix CI on non-PR builds (#13769)
Mark cargo-test as skippable since it only runs on Rust code change.
This commit is contained in:
parent
da41a7cd61
commit
dd7484b562
2 changed files with 2 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -488,3 +488,4 @@ jobs:
|
||||||
# The newsfile lint may be skipped on non PR builds
|
# The newsfile lint may be skipped on non PR builds
|
||||||
skippable:
|
skippable:
|
||||||
lint-newsfile
|
lint-newsfile
|
||||||
|
cargo-test
|
||||||
|
|
1
changelog.d/13769.misc
Normal file
1
changelog.d/13769.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add a stub Rust crate.
|
Loading…
Add table
Add a link
Reference in a new issue