Skip to content

Commit 0f3839d

Browse files
committed
ci: use dedicate pygeometry-ci-2 runner
1 parent 082ea4d commit 0f3839d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
needs: [smoke-tests, manifests]
163163
# runs-on: [self-hosted, Windows, pygeometry]
164164
runs-on: # TODO: Waiting for ansys-network runner to be updated
165-
group: pyansys-self-hosted
165+
group: ansys-network
166166
labels: [self-hosted, Windows, pygeometry]
167167
continue-on-error: ${{ matrix.experimental }}
168168
env:
@@ -338,8 +338,8 @@ jobs:
338338
needs: [docs-style]
339339
# Doc build performed on self-hosted runners outside the Ansys network only
340340
runs-on:
341-
group: pyansys-self-hosted
342-
labels: [Windows, pygeometry]
341+
group: ansys-network
342+
labels: [self-hosted, Windows, pygeometry]
343343
env:
344344
PYVISTA_OFF_SCREEN: true
345345
steps:
@@ -651,7 +651,7 @@ jobs:
651651
name: Building Geometry Service - Windows
652652
# runs-on: [self-hosted, Windows, pygeometry]
653653
runs-on: # TODO: Waiting for ansys-network runner to be updated
654-
group: pyansys-self-hosted
654+
group: ansys-network
655655
labels: [self-hosted, Windows, pygeometry]
656656
needs: [fetch-release-artifacts]
657657
strategy:

0 commit comments

Comments
 (0)