Skip to content

Commit 6921a85

Browse files
committed
ci: add k8s 1.30 test
Signed-off-by: JenTing Hsiao <[email protected]>
1 parent c2558ec commit 6921a85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/lint-test.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- 1.27.1
2121
- 1.28.0
2222
- 1.29.0
23+
- 1.30.0
2324
steps:
2425
- name: Checkout
2526
uses: actions/checkout@v3

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212

1313
jobs:
1414
release:
15+
if: github.repository == 'vmware-tanzu/helm-charts'
1516
runs-on: ubuntu-latest
1617
steps:
1718
- name: Checkout

0 commit comments

Comments
 (0)