File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -2,29 +2,7 @@ name: "clp-docs"
22
33on :
44 pull_request :
5- paths :
6- - " .cargo/**"
7- - " Cargo.lock"
8- - " Cargo.toml"
9- - " .github/workflows/clp-rust-checks.yaml"
10- - " .gitmodules"
11- - " components/clp-rust-utils/**"
12- - " components/log-ingestor/**"
13- - " taskfile.yaml"
14- - " taskfiles/**"
15- - " tools/scripts/deps-download/**"
165 push :
17- paths :
18- - " .cargo/**"
19- - " Cargo.lock"
20- - " Cargo.toml"
21- - " .github/workflows/clp-rust-checks.yaml"
22- - " .gitmodules"
23- - " components/clp-rust-utils/**"
24- - " components/log-ingestor/**"
25- - " taskfile.yaml"
26- - " taskfiles/**"
27- - " tools/scripts/deps-download/**"
286 schedule :
297 # Run daily at 00:15 UTC (the 15 is to avoid periods of high load)
308 - cron : " 15 0 * * *"
Original file line number Diff line number Diff line change @@ -2,7 +2,29 @@ name: "clp-rust-checks"
22
33on :
44 pull_request :
5+ paths :
6+ - " .cargo/**"
7+ - " Cargo.lock"
8+ - " Cargo.toml"
9+ - " .github/workflows/clp-rust-checks.yaml"
10+ - " .gitmodules"
11+ - " components/clp-rust-utils/**"
12+ - " components/log-ingestor/**"
13+ - " taskfile.yaml"
14+ - " taskfiles/**"
15+ - " tools/scripts/deps-download/**"
516 push :
17+ paths :
18+ - " .cargo/**"
19+ - " Cargo.lock"
20+ - " Cargo.toml"
21+ - " .github/workflows/clp-rust-checks.yaml"
22+ - " .gitmodules"
23+ - " components/clp-rust-utils/**"
24+ - " components/log-ingestor/**"
25+ - " taskfile.yaml"
26+ - " taskfiles/**"
27+ - " tools/scripts/deps-download/**"
628 schedule :
729 # Run daily at 00:15 UTC (the 15 is to avoid periods of high load)
830 - cron : " 15 0 * * *"
You can’t perform that action at this time.
0 commit comments