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