mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-16 18:08:40 +00:00
.github/workflows: fix path filter for 'Kubernetes manifests' test job (#11520)
Updates#cleanup Signed-off-by: Irbe Krumina <irbe@tailscale.com>
This commit is contained in:
parent
b6dfd7443a
commit
06e22a96b1
4
.github/workflows/kubemanifests.yaml
vendored
4
.github/workflows/kubemanifests.yaml
vendored
@ -2,8 +2,8 @@ name: "Kubernetes manifests"
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- './cmd/k8s-operator/**'
|
- 'cmd/k8s-operator/**'
|
||||||
- './k8s-operator/**'
|
- 'k8s-operator/**'
|
||||||
- '.github/workflows/kubemanifests.yaml'
|
- '.github/workflows/kubemanifests.yaml'
|
||||||
|
|
||||||
# Cancel workflow run if there is a newer push to the same PR for which it is
|
# Cancel workflow run if there is a newer push to the same PR for which it is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user