add a comment to clarify the reason for the condition added in PR 8145 (#8147)

This commit is contained in:
Simon L.
2026-05-18 19:16:13 +02:00
committed by GitHub

View File

@@ -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: