Browse Source

Merge pull request #43760 from nextcloud/skjnldsv-patch-2

pull/43762/head
John Molakvoæ 2 years ago
committed by GitHub
parent
commit
95857b1bb9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/phpunit-oci.yml

1
.github/workflows/phpunit-oci.yml

@ -42,6 +42,7 @@ jobs:
phpunit-oci:
runs-on: ubuntu-latest
needs: changes
if: needs.changes.outputs.src != 'false' && ${{ github.repository_owner != 'nextcloud-gmbh' }}
strategy:

Loading…
Cancel
Save