From 015da0a8f389ba5550a4dbc0e83cf25ab532ba84 Mon Sep 17 00:00:00 2001 From: Lasse Gaardsholt Date: Thu, 12 Oct 2023 13:02:59 +0200 Subject: [PATCH] should get thru ci now Signed-off-by: Lasse Gaardsholt --- .github/workflows/lint-test.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 53e76ef..274ef13 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -2,7 +2,12 @@ name: Lint and Test Charts on: workflow_run: - workflows: ["*"] + workflows: + [ + "Build-image-and-push-to-GHCR/build-and-push-image", + "build-and-push-image", + "Build-image-and-push-to-GHCR", + ] # types: # - completed