mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 02:40:09 +00:00
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:
1
.github/workflows/helm-release.yml
vendored
1
.github/workflows/helm-release.yml
vendored
@@ -10,6 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
if: github.repository == 'nextcloud/all-in-one'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user