Skip to content

Commit 30d27fc

Browse files
committed
changes on runners
1 parent 51c28cf commit 30d27fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: ./.github/workflows/tests.yml
1313

1414
build_test_wheels:
15-
name: Test build on Ubuntu
15+
name: Test build on Self-Hosted Runner
1616
runs-on: self-hosted
1717
strategy:
1818
fail-fast: false

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
pytest:
99
name: Run pytest
10-
runs-on: ubuntu-latest
10+
runs-on: self-hosted
1111
steps:
1212
- uses: actions/checkout@v4
1313

0 commit comments

Comments
 (0)