From 718810009a96a63b9db89a4978d392a5333d1c18 Mon Sep 17 00:00:00 2001 From: Huy Do Date: Fri, 25 Oct 2024 12:40:56 -0700 Subject: [PATCH] Add torchcodec to the list of nightly dispatch options (#5823) My miss in reviewing https://github.com/pytorch/test-infra/pull/5814, having torchcodec in the list of options will allow folks to test the nightly build manually. --- .github/workflows/trigger_nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/trigger_nightly.yml b/.github/workflows/trigger_nightly.yml index 8459a4c2ed..7492accb2f 100644 --- a/.github/workflows/trigger_nightly.yml +++ b/.github/workflows/trigger_nightly.yml @@ -21,6 +21,7 @@ on: - fbgemm - executorch - torchtune + - torchcodec - all jobs: trigger: