Skip to content

Commit 06dc543

Browse files
authored
Fix CI (#223)
1 parent e0cbd93 commit 06dc543

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

66
on:
7+
workflow_dispatch:
78
pull_request:
89
paths:
910
- "charts/**"
@@ -98,7 +99,7 @@ jobs:
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

.github/workflows/values-yaml-synced.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
name: Ensure values.yaml files match
88

99
on:
10+
workflow_dispatch:
1011
pull_request:
1112
push:
1213
branches:

0 commit comments

Comments
 (0)