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

This commit is contained in:
Simon L.
2026-05-18 11:52:07 +02:00
committed by GitHub

View File

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