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 09abb53 commit e971a17Copy full SHA for e971a17
.github/workflows/trigger_nightly.yml
@@ -23,6 +23,7 @@ on:
23
- torchcodec
24
- torchvision-extra-decoders
25
- torchtitan
26
+ - forge
27
- all
28
jobs:
29
trigger:
@@ -119,3 +120,11 @@ jobs:
119
120
repository: pytorch/torchtitan
121
token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
122
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