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 4d953ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ presubmits:
cpu: 1

- name: pull-kcp-lint
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 @@ -54,9 +54,9 @@ presubmits:
cpu: 2

- name: pull-kcp-build-image
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 @@ -76,9 +76,9 @@ presubmits:
cpu: 1

- name: pull-kcp-test-unit
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 4d953ae

Please sign in to comment.