mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +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:
parent
a02ef6fd19
commit
77ddf66d3f
7 changed files with 11 additions and 4 deletions
1
.github/workflows/imaginary-update.yml
vendored
1
.github/workflows/imaginary-update.yml
vendored
|
|
@ -9,6 +9,7 @@ jobs:
|
|||
run_update:
|
||||
name: update to latest imaginary commit on master branch
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'nextcloud/all-in-one'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run imaginary-update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue