Skip to content

Commit e1f9a88

Browse files
authored
Removing text from nightly job (#7149)
cc @ZainRizvi Nightly job failed: https://github.com/pytorch/test-infra/actions/runs/17643236253/job/50134931363 ``` * [new branch] nightly -> origin/nightly remote: This repository was archived so it is read-only. fatal: unable to access 'https://github.com/pytorch/text/': The requested URL returned error: 403 Error: Process completed with exit code 128. ```
1 parent 5003f70 commit e1f9a88

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/trigger_nightly.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
options:
1515
- vision
1616
- audio
17-
- text
1817
- torchrec
1918
- tensorrt
2019
- data
@@ -48,14 +47,6 @@ jobs:
4847
repository: pytorch/data
4948
token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
5049
path: data
51-
- name: Trigger nightly text build
52-
if: ${{ github.event_name == 'schedule' || inputs.domain == 'text' || inputs.domain == 'all' }}
53-
uses: ./.github/actions/trigger-nightly
54-
with:
55-
ref: main
56-
repository: pytorch/text
57-
token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
58-
path: text
5950
- name: Trigger nightly vision build
6051
if: ${{ github.event_name == 'schedule' || inputs.domain == 'vision' || inputs.domain == 'all' }}
6152
uses: ./.github/actions/trigger-nightly

0 commit comments

Comments
 (0)