Skip to content

Commit 60e57fa

Browse files
authored
[mslk] Enable MSLK nightly branch sync (#7495)
1 parent 014121b commit 60e57fa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/trigger_nightly.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- tensorrt
1919
- data
2020
- fbgemm
21+
- mslk
2122
- executorch
2223
- torchtune
2324
- torchcodec
@@ -81,6 +82,14 @@ jobs:
8182
repository: pytorch/fbgemm
8283
token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
8384
path: fbgemm
85+
- name: Trigger nightly mslk build
86+
if: ${{ github.event_name == 'schedule' || inputs.domain == 'mslk' || inputs.domain == 'all' }}
87+
uses: ./.github/actions/trigger-nightly
88+
with:
89+
ref: main
90+
repository: meta-pytorch/fbgemm
91+
token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
92+
path: mslk
8493
- name: Trigger nightly executorch build
8594
if: ${{ github.event_name == 'schedule' || inputs.domain == 'executorch' || inputs.domain == 'all' }}
8695
uses: ./.github/actions/trigger-nightly

0 commit comments

Comments
 (0)