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
@@ -199,7 +199,7 @@ jobs:
199199 windows-core-tests :
200200 name : Windows Core Service
201201 needs : manifests
202- if : ${{ vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.SKIP_CORE_WINDOWS == '0' }}
202+ if : ${{ vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_core_windows == '0' }}
203203 # runs-on: [self-hosted, Windows, pygeometry]
204204 runs-on : # TODO: Waiting for ansys-network runner to be updated
205205 group : pyansys-self-hosted
@@ -313,7 +313,7 @@ jobs:
313313 linux-tests :
314314 name : Linux Core Service
315315 needs : manifests
316- if : ${{ vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.SKIP_CORE_LINUX == '0' }}
316+ if : ${{ vars.SKIP_UNSTABLE_CONTAINERS_TEMPORARILY != 1 || needs.manifests.outputs.skip_core_linux == '0' }}
317317 runs-on : ubuntu-latest
318318
319319 steps :
You can’t perform that action at this time.
0 commit comments