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 4bcf34f commit 8933d61Copy full SHA for 8933d61
.github/workflows/nightly_docker_test.yml
@@ -210,6 +210,7 @@ jobs:
210
promote-windows:
211
needs: [windows-tests, linux-tests]
212
runs-on: [self-hosted, Windows, pygeometry]
213
+ name: Promote Windows container
214
if: ${{ github.event.inputs.promote == 'true' || github.event_name == 'schedule' }}
215
env:
216
WINDOWS_UNSTABLE: ghcr.io/ansys/geometry:windows-latest-unstable
@@ -234,6 +235,7 @@ jobs:
234
235
promote-linux:
236
237
runs-on: ubuntu-latest
238
+ name: Promote Linux container
239
240
241
LINUX_UNSTABLE: ghcr.io/ansys/geometry:linux-latest-unstable
0 commit comments