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

Commit 105ab1c

Browse files
author
David Robertson
authored
Run Rust CI when Cargo.lock changes too (#14571)
* Run Rust CI when Cargo.lock changes too * Changelog
1 parent 7d24662 commit 105ab1c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
rust:
2828
- 'rust/**'
2929
- 'Cargo.toml'
30+
- 'Cargo.lock'
3031
3132
check-sampleconfig:
3233
runs-on: ubuntu-latest

changelog.d/14571.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Run Rust CI when `Cargo.lock` changes. This is particularly useful for dependabot updates.

0 commit comments

Comments
 (0)