fix: 更新工作流以指定自托管环境为 Windows 和 X64

This commit is contained in:
墨梓柒
2025-07-13 19:06:54 +08:00
parent 7d193fe37b
commit cd250dd7e7
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ on: [pull_request]
jobs:
conflict-check:
runs-on: self-hosted
runs-on: [self-hosted, Windows, X64]
outputs:
conflict: ${{ steps.check-conflicts.outputs.conflict }}
steps:
@@ -25,7 +25,7 @@ jobs:
}
shell: pwsh
labeler:
runs-on: self-hosted
runs-on: [self-hosted, Windows, X64]
needs: conflict-check
if: needs.conflict-check.outputs.conflict == 'true'
steps: