File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99
1010jobs :
1111 assign-author :
12- runs-on : arc-runners- small
12+ runs-on : [self-hosted, small]
1313 timeout-minutes : 30
1414 if : ${{ !github.event.pull_request.assignee }}
1515 steps :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414jobs :
1515 lint :
1616 name : Lint with ruff
17- runs-on : arc-runners- small
17+ runs-on : [ self-hosted, small ]
1818 timeout-minutes : 30
1919 steps :
2020 - uses : actions/checkout@v4
2727
2828 mypy :
2929 name : Static Type Checking
30- runs-on : arc-runners- small
30+ runs-on : [ self-hosted, small ]
3131 timeout-minutes : 30
3232 steps :
3333 - uses : actions/checkout@v4
@@ -46,11 +46,11 @@ jobs:
4646 matrix :
4747 include :
4848 # Self-hosted runner
49- - os : arc-runners- small
49+ - os : [ self-hosted, small ]
5050 python-version : " 3.10"
51- - os : arc-runners- small
51+ - os : [ self-hosted, small ]
5252 python-version : " 3.11"
53- - os : arc-runners- small
53+ - os : [ self-hosted, small ]
5454 python-version : " 3.12"
5555
5656 # Windows
You can’t perform that action at this time.
0 commit comments