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

Commit d076230

Browse files
author
Mathieu Velten
committed
Fix GHA skippable syntax
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
1 parent 7571337 commit d076230

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

+2-1
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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix GitHub done action skippable syntax.

0 commit comments

Comments
 (0)