Skip to content

Commit dc2fd17

Browse files
committed
ci: decouple unstable image promotion
1 parent a02be87 commit dc2fd17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)