chore: only set github groups on ci

This commit is contained in:
Michael Kriese 2024-08-16 15:02:56 +02:00
parent 0161036601
commit 16441fe05f
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
2 changed files with 1 additions and 1 deletions

View file

@ -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:

View file

@ -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