From bffd78a028302ef68a4c7c0c935ad09f4b46eaf3 Mon Sep 17 00:00:00 2001 From: Barrett LaFrance Date: Thu, 5 Dec 2024 15:31:13 -0600 Subject: [PATCH] test: add deploy-helm.yaml --- .github/workflows/deploy-helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-helm.yml b/.github/workflows/deploy-helm.yml index 1f895ecd0..a6620af48 100644 --- a/.github/workflows/deploy-helm.yml +++ b/.github/workflows/deploy-helm.yml @@ -104,4 +104,4 @@ jobs: ) if [ "$ready" = "1" ] ; then break ; fi sleep 5 - done \ No newline at end of file + done