Skip to content

Commit e99b820

Browse files
authored
fix github actions workflow trigger (#48)
* fix github actions workflow * fix the github actions workflow title
1 parent 44e9e88 commit e99b820

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/helm-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
helm-docs-check:
11-
runs-on: [default]
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

.github/workflows/helm-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Helm lint and tests"
1+
name: "Helm lint"
22
on:
33
pull_request:
44
types: [opened, synchronize, reopened]
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
helm-lint-test:
11-
runs-on: [default]
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414
with:

0 commit comments

Comments
 (0)