mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-30 23:40:08 +00:00
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:
1
.github/workflows/nextcloud-update.yml
vendored
1
.github/workflows/nextcloud-update.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user