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

Commit 3b941a5

Browse files
author
Mathieu Velten
committed
Fix GHA skippable syntax
1 parent 7571337 commit 3b941a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

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

0 commit comments

Comments
 (0)