mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Revert to all runners
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
df2233dfeb
commit
98413e558d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/phpunit-oci.yml
vendored
2
.github/workflows/phpunit-oci.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
- '**.php'
|
||||
|
||||
phpunit-oci:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
needs: changes
|
||||
if: needs.changes.outputs.src != 'false' && ${{ github.repository_owner != 'nextcloud-gmbh' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue