mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Run Rust CI when Cargo.lock changes too (#14571)
* Run Rust CI when Cargo.lock changes too * Changelog
This commit is contained in:
parent
7d24662fdd
commit
105ab1c3d2
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
||||
rust:
|
||||
- 'rust/**'
|
||||
- 'Cargo.toml'
|
||||
- 'Cargo.lock'
|
||||
|
||||
check-sampleconfig:
|
||||
runs-on: ubuntu-latest
|
||||
|
1
changelog.d/14571.misc
Normal file
1
changelog.d/14571.misc
Normal file
@ -0,0 +1 @@
|
||||
Run Rust CI when `Cargo.lock` changes. This is particularly useful for dependabot updates.
|
Loading…
Reference in New Issue
Block a user