diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/phpunit-oci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index 955e3de8bb1..bb1bc216db7 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.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: |