Skip to content

Commit

Permalink
Merge pull request #43479 from nextcloud/fix/ci-do-not-run-oci-always
Browse files Browse the repository at this point in the history
fix(CI): Only run phpunit OCI when needed
  • Loading branch information
susnux authored Feb 9, 2024
2 parents e96cd54 + 6e78271 commit f758f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f758f61

Please sign in to comment.