From fe838d6631badce944d77c3822f09200d01951bb Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Tue, 1 Jul 2025 18:10:30 +0200 Subject: [PATCH] Fix missing fsdp & trainer jobs in daily CI (#39153) fix Co-authored-by: ydshieh --- .github/workflows/self-scheduled.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index 7a2b7470e15..29b5e3aa146 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -135,6 +135,7 @@ jobs: folder_slices: ${{ needs.setup.outputs.folder_slices }} machine_type: ${{ matrix.machine_type }} slice_id: ${{ matrix.slice_id }} + runner_map: ${{ needs.setup.outputs.runner_map }} docker: ${{ inputs.docker }} report_name_prefix: run_trainer_and_fsdp_gpu secrets: inherit