woodpecker-path-conditions-2
Felix Ableitner 2023-08-01 11:36:56 +02:00
parent e2c3214f9b
commit 13f5f5bbf9
1 changed files with 13 additions and 13 deletions

View File

@ -5,19 +5,19 @@ variables:
- &muslrust_image "clux/muslrust:1.70.0" - &muslrust_image "clux/muslrust:1.70.0"
- &slow_check_paths - &slow_check_paths
- path: - path:
# rust source code # rust source code
- "**/*.rs" - "**/*.rs"
- "**/Cargo.toml" - "**/Cargo.toml"
- "Cargo.lock" - "Cargo.lock"
# database migrations # database migrations
- "migrations" - "migrations"
# typescript tests # typescript tests
- "api_tests" - "api_tests"
# config files and scripts used by ci # config files and scripts used by ci
- ".woodpecker.yml" - ".woodpecker.yml"
- ".rustfmt.toml" - ".rustfmt.toml"
- "scripts/update_config_defaults.sh" - "scripts/update_config_defaults.sh"
- "diesel.toml" - "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