Skip to content

Commit

Permalink
Limit several jobs to not run for doc changes
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <[email protected]>
  • Loading branch information
embik committed Feb 26, 2025
1 parent f01aea5 commit 7f9fd8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ presubmits:
always_run: true
decorate: true
clone_uri: "https://github.com/kcp-dev/kcp"
skip_if_only_changed: "(docs)"
labels:
preset-goproxy: "true"
spec:
Expand All @@ -57,6 +58,7 @@ presubmits:
always_run: true
decorate: true
clone_uri: "https://github.com/kcp-dev/kcp"
skip_if_only_changed: "(docs)"
labels:
preset-goproxy: "true"
spec:
Expand All @@ -79,6 +81,7 @@ presubmits:
always_run: true
decorate: true
clone_uri: "https://github.com/kcp-dev/kcp"
skip_if_only_changed: "(docs)"
labels:
preset-goproxy: "true"
spec:
Expand Down

0 comments on commit 7f9fd8d

Please sign in to comment.