From 86c205c082937eedf2ae3c17b866670e87a32ba4 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:12:13 +0100 Subject: [PATCH] Revert "fix: attempt" This reverts commit ed3df3011791b22d6e16500ac6d3c6165b585edb. --- .github/workflows/nightly_docker_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly_docker_test.yml b/.github/workflows/nightly_docker_test.yml index 04ee901010..13a0a338c9 100644 --- a/.github/workflows/nightly_docker_test.yml +++ b/.github/workflows/nightly_docker_test.yml @@ -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 @@ -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 @@ -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: