From 0023f78a17640b8cac004b5dc6ef510c115cccfa Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Mon, 25 Mar 2024 13:24:53 +0100 Subject: [PATCH] Disable duplicate builds --- .forgejo/workflows/build-release-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/build-release-integration.yml b/.forgejo/workflows/build-release-integration.yml index e066f0af5e..610b8f0520 100644 --- a/.forgejo/workflows/build-release-integration.yml +++ b/.forgejo/workflows/build-release-integration.yml @@ -9,6 +9,8 @@ on: - docker/** - .forgejo/workflows/build-release.yml - .forgejo/workflows/build-release-integration.yml + branches-ignore: + - renovate/** pull_request: paths: - Makefile