mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Fix GHA skippable syntax (#13778)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
This commit is contained in:
parent
7571337445
commit
fa2f3d8d0c
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -486,6 +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
|
||||
|
1
changelog.d/13778.misc
Normal file
1
changelog.d/13778.misc
Normal file
@ -0,0 +1 @@
|
||||
Add a stub Rust crate.
|
Loading…
Reference in New Issue
Block a user