We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2558ec commit 6921a85Copy full SHA for 6921a85
.github/workflows/lint-test.yaml
@@ -20,6 +20,7 @@ jobs:
20
- 1.27.1
21
- 1.28.0
22
- 1.29.0
23
+ - 1.30.0
24
steps:
25
- name: Checkout
26
uses: actions/checkout@v3
.github/workflows/release.yml
@@ -12,6 +12,7 @@ permissions:
12
13
jobs:
14
release:
15
+ if: github.repository == 'vmware-tanzu/helm-charts'
16
runs-on: ubuntu-latest
17
18
0 commit comments