mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-31 19:59:01 +01: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
2 changed files with 2 additions and 0 deletions
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 a new issue