Skip to content

Commit e971a17

Browse files
authored
Add forge to nightly trigger (#7299)
Add https://github.com/meta-pytorch/forge to nightly trigger
1 parent 09abb53 commit e971a17

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
@@ -23,6 +23,7 @@ on:
2323
- torchcodec
2424
- torchvision-extra-decoders
2525
- torchtitan
26+
- forge
2627
- all
2728
jobs:
2829
trigger:
@@ -119,3 +120,11 @@ jobs:
119120
repository: pytorch/torchtitan
120121
token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
121122
path: torchtitan
123+
- name: Trigger nightly forge
124+
if: ${{ github.event_name == 'schedule' || inputs.domain == 'forge' || inputs.domain == 'all' }}
125+
uses: ./.github/actions/trigger-nightly
126+
with:
127+
ref: main
128+
repository: meta-pytorch/forge
129+
token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
130+
path: forge

0 commit comments

Comments
 (0)