diff --git a/.github/workflows/check_helm.yaml b/.github/workflows/check_helm.yaml index a7446039e..f3ba3a573 100644 --- a/.github/workflows/check_helm.yaml +++ b/.github/workflows/check_helm.yaml @@ -8,8 +8,9 @@ on: - '*' jobs: - test_helm: + check_helm: name: Test Helm Chart + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4