From 97ab9af093ede518c01071c8f0912113d8aa82e7 Mon Sep 17 00:00:00 2001 From: Slach Date: Wed, 16 Oct 2024 17:54:24 +0500 Subject: [PATCH] add missed runs-on for check_helm.yaml --- .github/workflows/check_helm.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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