Skip to content

Commit 67e8a79

Browse files
committed
Stupid fix
1 parent efe7f4f commit 67e8a79

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.github/workflows/clp-docs.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,7 @@ name: "clp-docs"
22

33
on:
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 * * *"

.github/workflows/clp-rust-checks.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,29 @@ name: "clp-rust-checks"
22

33
on:
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 * * *"

0 commit comments

Comments
 (0)