add a comment to clarify the reason for the condition added in PR 8145

Signed-off-by: Gaetano Giunta <giunta.gaetano@gmail.com>
This commit is contained in:
gggeek
2026-05-18 11:00:40 +00:00
committed by Gaetano Giunta
parent 01365c817f
commit 34429865fe

View File

@@ -10,6 +10,8 @@ on:
jobs: jobs:
release: 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' if: github.repository == 'nextcloud/all-in-one'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: