ci(gitea): ubuntu-latest runs-on, host PATH/apt/docker fallbacks, runner label doc
CI / php (push) Successful in 2m57s

- Document adding ubuntu-latest via act_runner config (docs/gitea-act-runner-labels.md)
- README CI notes; consolidate PHP QA into one workflow step where relevant
This commit is contained in:
2026-03-21 03:41:39 -05:00
parent 84094fc0c9
commit d543c3bb0e
3 changed files with 35 additions and 6 deletions
@@ -206,9 +206,11 @@ class Index extends Action
$nginxReloadMsg = '';
if (empty($provision['nginx_reloaded'])) {
$nginxReloadMsg = (string) __(
'The NGINX global map was updated, but Magento could not reload nginx (common when the PHP user cannot signal the nginx master). ' .
'On the server run: sudo systemctl reload nginx, or set Reload wrapper script in Admin under Configuration for the Holesail Tunnel NGINX settings. ' .
'Until nginx reloads, your tunnel hostname may not route to the tunnel store.'
'The NGINX global map was updated, but Magento could not reload nginx '
. '(common when the PHP user cannot signal the nginx master). '
. 'On the server run: sudo systemctl reload nginx, or set Reload wrapper script '
. 'in Admin under Configuration for the Holesail Tunnel NGINX settings. '
. 'Until nginx reloads, your tunnel hostname may not route to the tunnel store.'
);
}
if ($wantJson) {