mirror of https://github.com/LemmyNet/lemmy.git
zsad
parent
e3bd01ab33
commit
67b77e1963
|
@ -4,11 +4,20 @@
|
||||||
variables:
|
variables:
|
||||||
- &muslrust_image "clux/muslrust:1.70.0"
|
- &muslrust_image "clux/muslrust:1.70.0"
|
||||||
- &slow_check_paths
|
- &slow_check_paths
|
||||||
- path: &when_path
|
- path:
|
||||||
|
# rust source code
|
||||||
- "**/*.rs"
|
- "**/*.rs"
|
||||||
- "Cargo.toml"
|
- "**/Cargo.toml"
|
||||||
|
- "Cargo.lock"
|
||||||
|
# database migrations
|
||||||
- "migrations"
|
- "migrations"
|
||||||
|
# typescript tests
|
||||||
- "api_tests"
|
- "api_tests"
|
||||||
|
# config files and scripts used by ci
|
||||||
|
- ".woodpecker.yml"
|
||||||
|
- ".rustfmt.toml"
|
||||||
|
- "scripts/update_config_defaults.sh"
|
||||||
|
- "diesel.toml"
|
||||||
|
|
||||||
# Broken for cron jobs currently, see
|
# Broken for cron jobs currently, see
|
||||||
# https://github.com/woodpecker-ci/woodpecker/issues/1716
|
# https://github.com/woodpecker-ci/woodpecker/issues/1716
|
||||||
|
|
Loading…
Reference in New Issue