Skip to content

Commit 1adaa74

Browse files
committed
fix: attempt 3
1 parent 89ff059 commit 1adaa74

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
@@ -93,7 +93,7 @@ jobs:
9393
windows-dms-tests:
9494
name: Windows DMS
9595
needs: manifests
96-
if: ${{ vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_dms == 0 }}
96+
if: vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_dms == 0
9797
runs-on: [self-hosted, Windows, pygeometry]
9898
env:
9999
PYVISTA_OFF_SCREEN: true
@@ -203,7 +203,7 @@ jobs:
203203
windows-core-tests:
204204
name: Windows Core Service
205205
needs: manifests
206-
if: ${{ vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_core_windows == 0 }}
206+
if: vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_core_windows == 0
207207
# runs-on: [self-hosted, Windows, pygeometry]
208208
runs-on: # TODO: Waiting for ansys-network runner to be updated
209209
group: pyansys-self-hosted
@@ -321,7 +321,7 @@ jobs:
321321
linux-tests:
322322
name: Linux Core Service
323323
needs: manifests
324-
if: ${{ vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_core_linux == 0 }}
324+
if: vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_core_linux == 0
325325
runs-on: ubuntu-latest
326326

327327
steps:

0 commit comments

Comments
 (0)