We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e9e88 commit e99b820Copy full SHA for e99b820
2 files changed
.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
@@ -1,4 +1,4 @@
1
-name: "Helm lint and tests"
+name: "Helm lint"
2
on:
3
pull_request:
4
types: [opened, synchronize, reopened]
@@ -8,7 +8,7 @@ env:
helm-lint-test:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
0 commit comments