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

Commit

Permalink
Run Rust CI when Cargo.lock changes too (#14571)
Browse files Browse the repository at this point in the history
* Run Rust CI when Cargo.lock changes too

* Changelog
  • Loading branch information
David Robertson authored Nov 28, 2022
1 parent 7d24662 commit 105ab1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
rust:
- 'rust/**'
- 'Cargo.toml'
- 'Cargo.lock'
check-sampleconfig:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions changelog.d/14571.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Run Rust CI when `Cargo.lock` changes. This is particularly useful for dependabot updates.

0 comments on commit 105ab1c

Please sign in to comment.