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 6ed1395 commit d125e81Copy full SHA for d125e81
.github/workflows/helm-docs.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
helm-docs-check:
11
- runs-on: [default]
+ runs-on: [ ubuntu-latest ]
12
steps:
13
- name: Checkout code
14
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
.github/workflows/helm-lint.yaml
@@ -8,7 +8,7 @@ env:
helm-lint-test:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
.github/workflows/helm-release.yaml
@@ -19,7 +19,7 @@ env:
19
20
21
helm-release:
22
- runs-on: [ default ]
23
strategy:
24
fail-fast: false
25
matrix:
0 commit comments