From 240b653a526409fa6ec91ff88efb9c43db0f4083 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 5 Oct 2025 20:54:36 +0200 Subject: [PATCH] ci: fix node labels change check (#7) Reviewed-on: https://gitea.t000-n.de/t.behrendt/k/pulls/7 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 7ac4b6b..7887d3e 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,7 +19,7 @@ jobs: id: filter with: filters: | - k8s: + node-labels: - 'node-labels/**' coredns: - 'coredns/**'