From 16441fe05fe7c148dc569a80347341212133a132 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 16 Aug 2024 15:02:56 +0200 Subject: [PATCH] chore: only set github groups on ci --- .forgejo/workflows/build.yml | 1 + tools/ct.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 50a5a36..4df2bdc 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -17,6 +17,7 @@ env: 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 KUBECTL_VERSION: v1.31.0 # renovate: datasource=github-releases depName=kubectl packageName=kubernetes/kubernetes + CT_GITHUB_GROUPS: true jobs: lint-node: diff --git a/tools/ct.yml b/tools/ct.yml index 871bc2d..7c3f479 100644 --- a/tools/ct.yml +++ b/tools/ct.yml @@ -5,4 +5,3 @@ debug: true target-branch: main lint-conf: .yamllint validate-maintainers: false # does not work with gitea -github-groups: true