File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 9898 env :
9999 PYVISTA_OFF_SCREEN : true
100100 steps :
101+ - name : Check output
102+ run : |
103+ echo "skip_dms value is: ${{ needs.manifests.outputs.skip_dms }}"
104+
101105 - uses : actions/checkout@v4
102106
103107 - name : Set up Python
@@ -207,6 +211,10 @@ jobs:
207211 env :
208212 PYVISTA_OFF_SCREEN : true
209213 steps :
214+ - name : Check output
215+ run : |
216+ echo "skip_core_windows value is: ${{ needs.manifests.outputs.skip_core_windows }}"
217+
210218 - uses : actions/checkout@v4
211219
212220 - name : Set up Python
@@ -317,6 +325,10 @@ jobs:
317325 runs-on : ubuntu-latest
318326
319327 steps :
328+ - name : Check output
329+ run : |
330+ echo "skip_core_linux value is: ${{ needs.manifests.outputs.skip_core_linux }}"
331+
320332 - name : Login in Github Container registry
321333 uses : docker/login-action@v3
322334 with :
You can’t perform that action at this time.
0 commit comments