From 173ae1c629a5d14b08a3448080c50356f42149f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 22 Feb 2024 12:17:17 +0100 Subject: [PATCH] fix(workflows): add required `needs` to `phpunit-oci` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .github/workflows/phpunit-oci.yml | 1 + 1 file changed, 1 insertion(+) 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: