We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e01ed5 commit f3d1485Copy full SHA for f3d1485
.github/workflows/docker_push_stable.yml
@@ -57,7 +57,9 @@ jobs:
57
name: Publish Windows latest image on AnsysLab
58
if: inputs.ansyslab
59
needs: [windows]
60
- runs-on: [self-hosted, Windows, pygeometry]
+ runs-on:
61
+ group: ansys-internal
62
+ labels: Windows
63
steps:
64
- name: Login in Github Container registry
65
uses: docker/login-action@v2
@@ -107,7 +109,9 @@ jobs:
107
109
name: Publish Linux latest image on AnsysLab
108
110
111
needs: [linux]
- runs-on: [self-hosted, Linux]
112
113
114
+ labels: Linux
115
116
117
0 commit comments