File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 66 - " .github/workflows/pr_cockpit-web.yml"
77 - " package.json"
88 - " yarn.lock"
9- - " web"
9+ - " web/** "
1010
1111jobs :
1212 build-web :
Original file line number Diff line number Diff line change 55 pull_request :
66 paths :
77 - " .github/workflows/pr_cockpit.yml"
8- - " rust/stackable-cockpitd"
9- - " rust/stackable-cockpit"
10- - " docs/modules/cockpit"
11- - " docs/modules/ROOT"
8+ - " rust/stackable-cockpitd/** "
9+ - " rust/stackable-cockpit/** "
10+ - " docs/modules/cockpit/** "
11+ - " docs/modules/ROOT/** "
1212 - " Cargo.lock"
13- - " deploy"
14- - " docker"
13+ - " deploy/** "
14+ - " docker/** "
1515 - " go.sum"
1616
1717env :
Original file line number Diff line number Diff line change 55 pull_request :
66 paths :
77 - " .github/workflows/pr_docs.yml"
8- - " docs"
8+ - " docs/** "
99
1010jobs :
1111 general-checks :
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ name: Pull Request Stackablectl
44on :
55 pull_request :
66 paths :
7- - " .github/workflows/pr_stackablectl"
8- - " docs/modules/stackablectl"
9- - " rust/stackable-cockpit"
10- - " rust/stackablectl"
11- - " rust/helm-sys"
7+ - " .github/workflows/pr_stackablectl.yml "
8+ - " docs/modules/stackablectl/** "
9+ - " rust/stackable-cockpit/** "
10+ - " rust/stackablectl/** "
11+ - " rust/helm-sys/** "
1212 - " Cargo.lock"
1313 - " go.sum"
14- - " extra"
14+ - " extra/** "
1515
1616env :
1717 RUST_VERSION : 1.70.0
You can’t perform that action at this time.
0 commit comments