Fix dependency update workflows to only run on main repository

Co-authored-by: punkyard <59349105+punkyard@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-08-15 11:56:52 +00:00
parent a02ef6fd19
commit 77ddf66d3f
7 changed files with 11 additions and 4 deletions

View file

@ -10,6 +10,7 @@ jobs:
run_update_sh:
name: Run nextcloud-update script
runs-on: ubuntu-latest
if: github.repository == 'nextcloud/all-in-one'
steps:
- uses: actions/checkout@v4
- name: Run nextcloud-update script