fix: 更新工作流以指定自托管环境为 Windows 和 X64
This commit is contained in:
2
.github/workflows/ruff-pr.yml
vendored
2
.github/workflows/ruff-pr.yml
vendored
@@ -2,7 +2,7 @@ name: Ruff PR Check
|
||||
on: [ pull_request ]
|
||||
jobs:
|
||||
ruff:
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, Windows, X64]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user