Workaround for git.friendi.ca issue -> enforce external access

This commit is contained in:
Philipp Holzer 2025-03-15 00:04:30 +01:00
commit 3121a256e2
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View file

@ -8,6 +8,10 @@ when:
exclude: [ stable ] exclude: [ stable ]
event: [ pull_request, push ] 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: steps:
restore_cache: restore_cache:
image: meltwater/drone-cache:dev image: meltwater/drone-cache:dev