From: John Molakvoæ Date: Thu, 22 Feb 2024 11:17:17 +0000 (+0100) Subject: fix(workflows): add required `needs` to `phpunit-oci` X-Git-Tag: v29.0.0beta1~164^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=173ae1c629a5d14b08a3448080c50356f42149f3;p=nextcloud-server.git fix(workflows): add required `needs` to `phpunit-oci` Signed-off-by: John Molakvoæ --- 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: