Skip to content

Commit 8933d61

Browse files
committed
chore: add names to stages
1 parent 4bcf34f commit 8933d61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ jobs:
210210
promote-windows:
211211
needs: [windows-tests, linux-tests]
212212
runs-on: [self-hosted, Windows, pygeometry]
213+
name: Promote Windows container
213214
if: ${{ github.event.inputs.promote == 'true' || github.event_name == 'schedule' }}
214215
env:
215216
WINDOWS_UNSTABLE: ghcr.io/ansys/geometry:windows-latest-unstable
@@ -234,6 +235,7 @@ jobs:
234235
promote-linux:
235236
needs: [windows-tests, linux-tests]
236237
runs-on: ubuntu-latest
238+
name: Promote Linux container
237239
if: ${{ github.event.inputs.promote == 'true' || github.event_name == 'schedule' }}
238240
env:
239241
LINUX_UNSTABLE: ghcr.io/ansys/geometry:linux-latest-unstable

0 commit comments

Comments
 (0)