chore: only set github groups on ci
This commit is contained in:
parent
0161036601
commit
16441fe05f
2 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,7 @@ env:
|
||||||
HELM_UNITTEST_VERSION: v0.5.2 # renovate: datasource=github-releases depName=helm-unittest packageName=helm-unittest/helm-unittest
|
HELM_UNITTEST_VERSION: v0.5.2 # renovate: datasource=github-releases depName=helm-unittest packageName=helm-unittest/helm-unittest
|
||||||
HELM_CHART_TESTING_VERSION: v3.11.0 # renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing
|
HELM_CHART_TESTING_VERSION: v3.11.0 # renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing
|
||||||
KUBECTL_VERSION: v1.31.0 # renovate: datasource=github-releases depName=kubectl packageName=kubernetes/kubernetes
|
KUBECTL_VERSION: v1.31.0 # renovate: datasource=github-releases depName=kubectl packageName=kubernetes/kubernetes
|
||||||
|
CT_GITHUB_GROUPS: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-node:
|
lint-node:
|
||||||
|
|
|
@ -5,4 +5,3 @@ debug: true
|
||||||
target-branch: main
|
target-branch: main
|
||||||
lint-conf: .yamllint
|
lint-conf: .yamllint
|
||||||
validate-maintainers: false # does not work with gitea
|
validate-maintainers: false # does not work with gitea
|
||||||
github-groups: true
|
|
||||||
|
|
Loading…
Reference in a new issue