summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-02-09 13:16:05 +0100
committerFerdinand Thiessen <opensource@fthiessen.de>2024-02-09 13:16:05 +0100
commit6e78271860ac82ac1fc998353f2ccb8d1a86494c (patch)
tree5c62cbc8d42f48670e71eb0967ddeba30d295a0a /.github/workflows
parent677e386aacdf970466ccbe0acbef055af3995dd3 (diff)
downloadnextcloud-server-6e78271860ac82ac1fc998353f2ccb8d1a86494c.tar.gz
nextcloud-server-6e78271860ac82ac1fc998353f2ccb8d1a86494c.zip
fix(CI): Only run phpunit OCI when needed
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/phpunit-oci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml
index 3346852574f..046963e4805 100644
--- a/.github/workflows/phpunit-oci.yml
+++ b/.github/workflows/phpunit-oci.yml
@@ -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: