We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014121b commit 60e57faCopy full SHA for 60e57fa
.github/workflows/trigger_nightly.yml
@@ -18,6 +18,7 @@ on:
18
- tensorrt
19
- data
20
- fbgemm
21
+ - mslk
22
- executorch
23
- torchtune
24
- torchcodec
@@ -81,6 +82,14 @@ jobs:
81
82
repository: pytorch/fbgemm
83
token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
84
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
93
- name: Trigger nightly executorch build
94
if: ${{ github.event_name == 'schedule' || inputs.domain == 'executorch' || inputs.domain == 'all' }}
95
uses: ./.github/actions/trigger-nightly
0 commit comments