mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 00:53:45 +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:
|
||||||
- '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 a new issue