From 5ae7d88c6de4f6152a09cd60cf6aa2995d77c8ef Mon Sep 17 00:00:00 2001 From: jyje Date: Tue, 7 Jan 2025 12:29:40 +0900 Subject: [PATCH] fix(ci): skip release actions for forked repositories - Add a repository slug check to clarify release origin - Prevent action failures on forked repositories --- .github/workflows/helm-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index e868952..d65a777 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -44,6 +44,7 @@ jobs: release: #needs: semantic-release + if: github.repository == 'open-webui/helm-charts' permissions: contents: write packages: write