From 6438d5dfdb1cc1e11d8b90b6201efb84081e6693 Mon Sep 17 00:00:00 2001 From: Daniel Lipovetsky <3445370+dlipovetsky@users.noreply.github.com> Date: Thu, 27 Jul 2023 11:44:33 -0700 Subject: [PATCH] ci: Use a descriptive name for the job in the lint helm chart workflow (#263) --- .github/workflows/lint-helm-chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-helm-chart.yml b/.github/workflows/lint-helm-chart.yml index e34b4287..ebd94e22 100644 --- a/.github/workflows/lint-helm-chart.yml +++ b/.github/workflows/lint-helm-chart.yml @@ -13,7 +13,7 @@ on: - 'helm/sloop/**' jobs: - test: + lint-helm-chart: runs-on: ubuntu-latest steps: