Skip to content

Commit 51c28cf

Browse files
committed
testing PR build on self host
1 parent 1514020 commit 51c28cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
build_test_wheels:
1515
name: Test build on Ubuntu
16-
runs-on: ubuntu-latest
16+
runs-on: self-hosted
1717
strategy:
1818
fail-fast: false
1919
matrix:
@@ -44,7 +44,7 @@ jobs:
4444
4545
build_test_sdist:
4646
name: Test source distribution
47-
runs-on: ubuntu-latest
47+
runs-on: self-hosted
4848
steps:
4949
- uses: actions/checkout@v4
5050

0 commit comments

Comments
 (0)