fix(ci): skip helm-release workflow on forks

The helm-release workflow fails on forks because they don't have
a gh-pages branch set up for Helm chart publication. Add a
conditional check to only run this workflow on the upstream
nextcloud/all-in-one repository.

Fixes #8128
This commit is contained in:
Arya Rizky
2026-05-18 16:10:57 +07:00
parent cbea0730d3
commit af7c1d02fd

View File

@@ -10,6 +10,7 @@ on:
jobs:
release:
if: github.repository == 'nextcloud/all-in-one'
runs-on: ubuntu-latest
steps:
- name: Checkout