Merge pull request #43479 from nextcloud/fix/ci-do-not-run-oci-always

fix(CI): Only run phpunit OCI when needed
This commit is contained in:
Ferdinand Thiessen 2024-02-09 22:54:43 +01:00 committed by GitHub
commit f758f61dc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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