Browse Source

fix(CI): Only run phpunit OCI when needed

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
tags/v29.0.0beta1
Ferdinand Thiessen 3 months ago
parent
commit
6e78271860
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/phpunit-oci.yml

+ 1
- 1
.github/workflows/phpunit-oci.yml 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:

Loading…
Cancel
Save