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 @@ -318,7 +318,7 @@ jobs:
318318 }
319319
320320 promote-windows-dms :
321- needs : [ windows-dms-tests, windows-core-tests, linux-tests]
321+ needs : windows-dms-tests
322322 runs-on : windows-latest
323323 name : Promote Windows container
324324 if : ${{ github.event.inputs.promote == 'true' || github.event_name == 'schedule' }}
@@ -343,7 +343,7 @@ jobs:
343343 run : docker push ${{ env.WINDOWS_STABLE_GHCR }}
344344
345345 promote-windows-core :
346- needs : [ windows-dms-tests, windows- core-tests, linux-tests]
346+ needs : windows-core-tests
347347 runs-on : windows-latest
348348 name : Promote Windows container
349349 if : ${{ github.event.inputs.promote == 'true' || github.event_name == 'schedule' }}
@@ -368,7 +368,7 @@ jobs:
368368 run : docker push ${{ env.WINDOWS_STABLE_GHCR }}
369369
370370 promote-linux :
371- needs : [windows-dms-tests, windows-core-tests, linux-tests]
371+ needs : linux-tests
372372 runs-on : ubuntu-latest
373373 name : Promote Linux container
374374 if : ${{ github.event.inputs.promote == 'true' || github.event_name == 'schedule' }}
You can’t perform that action at this time.
0 commit comments