From e01e7eea53bb60e73eafac6c47ef39f643753bb0 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Mon, 6 Oct 2025 12:45:55 -0400 Subject: [PATCH] Add torchcomms to nightly build trigger --- .github/workflows/trigger_nightly.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/trigger_nightly.yml b/.github/workflows/trigger_nightly.yml index 4e9e402450..16593a9b8c 100644 --- a/.github/workflows/trigger_nightly.yml +++ b/.github/workflows/trigger_nightly.yml @@ -24,6 +24,7 @@ on: - torchvision-extra-decoders - torchtitan - forge + - torchcomms - all jobs: trigger: @@ -128,3 +129,11 @@ jobs: repository: meta-pytorch/forge token: ${{ secrets.GH_PYTORCHBOT_TOKEN }} path: forge + - name: Trigger nightly torchcomms + if: ${{ github.event_name == 'schedule' || inputs.domain == 'torchcomms' || inputs.domain == 'all' }} + uses: ./.github/actions/trigger-nightly + with: + ref: main + repository: meta-pytorch/torchcomms + token: ${{ secrets.GH_PYTORCHBOT_TOKEN }} + path: torchcomms