File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ name: Lint and Test Charts
44# https://github.com/DataDog/helm-charts/blob/main/.github/workflows/ci.yaml
55
66on :
7+ workflow_dispatch :
78 pull_request :
89 paths :
910 - " charts/**"
9899 - v1.30.10
99100 - v1.29.10
100101 - v1.28.15
101- - v1.27.6
102+ - v1.27.16
102103 steps :
103104 - name : Checkout
104105 uses : actions/checkout@v3
@@ -123,7 +124,7 @@ jobs:
123124 # Only keep a couple because they take ~5 min each to run :(
124125 k8s :
125126 - v1.31.6
126- - v1.27.6
127+ - v1.27.16
127128 steps :
128129 - name : Checkout
129130 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 77name : Ensure values.yaml files match
88
99on :
10+ workflow_dispatch :
1011 pull_request :
1112 push :
1213 branches :
You can’t perform that action at this time.
0 commit comments