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

Commit fa2f3d8

Browse files
author
Mathieu Velten
authored
Fix GHA skippable syntax (#13778)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
1 parent 7571337 commit fa2f3d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ jobs:
486486
needs: ${{ toJSON(needs) }}
487487

488488
# The newsfile lint may be skipped on non PR builds
489-
skippable:
489+
# Cargo test is skipped if there is no changes on Rust code
490+
skippable: |
490491
lint-newsfile
491492
cargo-test

changelog.d/13778.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a stub Rust crate.

0 commit comments

Comments
 (0)