From 34429865fe215303c0459bf5362241a966c73596 Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 18 May 2026 11:00:40 +0000 Subject: [PATCH] add a comment to clarify the reason for the condition added in PR 8145 Signed-off-by: Gaetano Giunta --- .github/workflows/helm-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 7a7688be..127c9ac4 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -10,6 +10,8 @@ on: jobs: release: + # Do not run this workflow on forked repositories, as they might not have the `gh-pages` branch created, or might + # want to use it for other purposes than publishing helm charts if: github.repository == 'nextcloud/all-in-one' runs-on: ubuntu-latest steps: