Skip to content

Commit 69f8519

Browse files
authored
Merge pull request #1537 from Altinity/fix_helm_release
add missed runs-on for check_helm.yaml
2 parents 3397933 + 97ab9af commit 69f8519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check_helm.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88
- '*'
99

1010
jobs:
11-
test_helm:
11+
check_helm:
1212
name: Test Helm Chart
13+
runs-on: ubuntu-latest
1314
steps:
1415
- name: Checkout
1516
uses: actions/checkout@v4

0 commit comments

Comments
 (0)