From 3121a256e2ab1d5542f154b71b667b59254c558a Mon Sep 17 00:00:00 2001 From: Philipp Date: Sat, 15 Mar 2025 00:04:30 +0100 Subject: [PATCH] Workaround for git.friendi.ca issue -> enforce external access --- .woodpecker/.phpmd_check.yml | 4 ++++ 1 file changed, 4 insertions(+) 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