Skip to content

Commit

Permalink
Revert "fix: attempt"
Browse files Browse the repository at this point in the history
This reverts commit ed3df30.
  • Loading branch information
RobPasMue committed Dec 18, 2024
1 parent ed3df30 commit 86c205c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly_docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
windows-dms-tests:
name: Windows DMS
needs: manifests
if: vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_dms == '0'
if: ${{ vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_dms == '0' }}
runs-on: [self-hosted, Windows, pygeometry]
env:
PYVISTA_OFF_SCREEN: true
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
windows-core-tests:
name: Windows Core Service
needs: manifests
if: vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_core_windows == '0'
if: ${{ vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_core_windows == '0' }}
# runs-on: [self-hosted, Windows, pygeometry]
runs-on: # TODO: Waiting for ansys-network runner to be updated
group: pyansys-self-hosted
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
linux-tests:
name: Linux Core Service
needs: manifests
if: vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_core_linux == '0'
if: ${{ vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_core_linux == '0' }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 86c205c

Please sign in to comment.