mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 05:09:25 -05: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:
|
||||||
- 'rust/**'
|
- 'rust/**'
|
||||||
- 'Cargo.toml'
|
- 'Cargo.toml'
|
||||||
|
- 'Cargo.lock'
|
||||||
|
|
||||||
check-sampleconfig:
|
check-sampleconfig:
|
||||||
runs-on: ubuntu-latest
|
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