From 673e946b5abac4da56993d6ee7652bf7bb3b716f Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Mon, 8 Dec 2025 00:00:00 +0000 Subject: [PATCH] fix(ci): fix typo in k3d.yml conditions pull request linkerd/dev#74 made a change to our images metadata. ci did not initially run, because there is a typo in the workflow's conditions. this commit fixes that typo, so that this ci action will now run when this file is changed. Signed-off-by: katelyn martin --- .github/workflows/k3d.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/k3d.yml b/.github/workflows/k3d.yml index fd70014..b25dea5 100644 --- a/.github/workflows/k3d.yml +++ b/.github/workflows/k3d.yml @@ -7,7 +7,7 @@ on: - bin/just-k3d - Dockerfile - justfile - - k3d-images.json + - k3s-images.json permissions: contents: read