mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-10 16:38:18 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77ddf66d3f | |||
| a02ef6fd19 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
update-psalm-baseline:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'nextcloud/all-in-one'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -9,6 +9,7 @@ jobs:
|
||||
talk-update:
|
||||
name: update talk
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'nextcloud/all-in-one'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run talk-container-update
|
||||
|
||||
@@ -9,6 +9,7 @@ jobs:
|
||||
update-helm:
|
||||
name: update helm chart
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'nextcloud/all-in-one'
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -9,6 +9,7 @@ jobs:
|
||||
update-yaml:
|
||||
name: update yaml files
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'nextcloud/all-in-one'
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user