From: Philipp Date: Fri, 14 Mar 2025 23:04:30 +0000 (+0100) Subject: Workaround for git.friendi.ca issue -> enforce external access X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3121a256e2ab1d5542f154b71b667b59254c558a;p=friendica.git Workaround for git.friendi.ca issue -> enforce external access --- diff --git a/.woodpecker/.phpmd_check.yml b/.woodpecker/.phpmd_check.yml index e527bd0431..7f9352ded3 100644 --- a/.woodpecker/.phpmd_check.yml +++ b/.woodpecker/.phpmd_check.yml @@ -8,6 +8,10 @@ when: exclude: [ stable ] event: [ pull_request, push ] +# This forces PHP Unit executions at the "opensocial" labeled location (because of access issues with git.friendi.ca) +labels: + location: opensocial + steps: restore_cache: image: meltwater/drone-cache:dev