mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-31 19:59:01 +01:00
Fix GHA skippable syntax (#13778)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
This commit is contained in:
parent
7571337445
commit
fa2f3d8d0c
2 changed files with 3 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -486,6 +486,7 @@ jobs:
|
||||||
needs: ${{ toJSON(needs) }}
|
needs: ${{ toJSON(needs) }}
|
||||||
|
|
||||||
# The newsfile lint may be skipped on non PR builds
|
# 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
|
lint-newsfile
|
||||||
cargo-test
|
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 a new issue