Skip to content

Commit f3d1485

Browse files
authored
fix: forcing the usage of ansys-internal runners
1 parent 1e01ed5 commit f3d1485

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/docker_push_stable.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
name: Publish Windows latest image on AnsysLab
5858
if: inputs.ansyslab
5959
needs: [windows]
60-
runs-on: [self-hosted, Windows, pygeometry]
60+
runs-on:
61+
group: ansys-internal
62+
labels: Windows
6163
steps:
6264
- name: Login in Github Container registry
6365
uses: docker/login-action@v2
@@ -107,7 +109,9 @@ jobs:
107109
name: Publish Linux latest image on AnsysLab
108110
if: inputs.ansyslab
109111
needs: [linux]
110-
runs-on: [self-hosted, Linux]
112+
runs-on:
113+
group: ansys-internal
114+
labels: Linux
111115
steps:
112116
- name: Login in Github Container registry
113117
uses: docker/login-action@v2

0 commit comments

Comments
 (0)