We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ca922 commit 63f5c33Copy full SHA for 63f5c33
.github/workflows/helm-lint.yaml
@@ -8,7 +8,7 @@ env:
8
9
jobs:
10
helm-lint-test:
11
- runs-on: [ default ]
+ runs-on: [ ubuntu-latest ]
12
steps:
13
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
with:
.github/workflows/helm-release.yaml
@@ -19,7 +19,7 @@ env:
19
20
21
helm-release:
22
23
strategy:
24
fail-fast: false
25
matrix:
0 commit comments