docs: clarify compatibility runner scope and verification

This commit is contained in:
Tianyi Cui
2026-09-07 12:42:02 +08:00
parent a137256f80
commit ac4fa3d6f5
13 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ jobs:
node-compat:
if: github.event_name == 'pull_request'
# Only repository-owned PR code may reach the persistent shared VM.
# This job admits only repository-owned PR code to the persistent shared VM.
runs-on: >-
${{ vars.DSH_CI_FAILOVER_LINUX == 'selfhosted'
&& github.event.pull_request.head.repo.full_name == github.repository