From 5968cfa1d4a8f5cab02103701a7c946415333c1a Mon Sep 17 00:00:00 2001 From: justusbunsi Date: Thu, 19 Dec 2024 18:18:58 +0000 Subject: [PATCH] Disable renovate branch builds (#753) Renovate PRs currently trigger 2 builds: - For the PR itself - For the `renovate/...` branch This only increases builds without any benefit. Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/753 Co-authored-by: justusbunsi Co-committed-by: justusbunsi --- .gitea/workflows/test-pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index 2797c75..eef9eb4 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -7,7 +7,6 @@ on: push: branches: - main - - "renovate/**" env: # renovate: datasource=github-releases depName=helm-unittest/helm-unittest