File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments