mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-31 16:00:09 +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/dependency-updates.yml
vendored
1
.github/workflows/dependency-updates.yml
vendored
@@ -9,6 +9,7 @@ jobs:
|
||||
dependency_updates:
|
||||
name: Run dependency update script
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'nextcloud/all-in-one'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2
|
||||
|
||||
Reference in New Issue
Block a user