Skip to content

Commit

Permalink
./github/workflows/kubemanifests.yaml: fix the paths whose changes sh…
Browse files Browse the repository at this point in the history
…ould trigger test runs (tailscale#10885)

Updates#cleanup

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
  • Loading branch information
irbekrm committed Jan 19, 2024
1 parent 8250582 commit 2aec4f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kubemanifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "Kubernetes manifests"
on:
pull_request:
paths:
- './cmd/k8s-operator/'
- './k8s-operator/'
- './cmd/k8s-operator/**'
- './k8s-operator/**'
- '.github/workflows/kubemanifests.yaml'

# Cancel workflow run if there is a newer push to the same PR for which it is
Expand Down

0 comments on commit 2aec4f2

Please sign in to comment.