Skip to content

Commit 232d7c0

Browse files
committed
fix: namings
1 parent a1fc1bb commit 232d7c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# =================================================================================================
4141

4242
windows-dms-tests:
43-
name: Testing unstable Windows DMS
43+
name: Windows DMS
4444
if: vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1
4545
runs-on: [self-hosted, Windows, pygeometry]
4646
env:
@@ -145,7 +145,7 @@ jobs:
145145
}
146146
147147
windows-core-tests:
148-
name: Testing unstable Windows Core Service
148+
name: Windows Core Service
149149
if: vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1
150150
# runs-on: [self-hosted, Windows, pygeometry]
151151
runs-on: # TODO: Waiting for ansys-network runner to be updated
@@ -258,7 +258,7 @@ jobs:
258258
# =================================================================================================
259259

260260
linux-tests:
261-
name: Testing unstable Linux Core Service
261+
name: Linux Core Service
262262
if: vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1
263263
runs-on: ubuntu-latest
264264

0 commit comments

Comments
 (0)