Skip to content

Commit

Permalink
.github/workflows: fix path filter for 'Kubernetes manifests' test job (
Browse files Browse the repository at this point in the history
tailscale#11520)

Updates#cleanup

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
  • Loading branch information
irbekrm committed Mar 25, 2024
1 parent b6dfd74 commit 06e22a9
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 06e22a9

Please sign in to comment.