From 5d6b6d5760c0ba505e2352b177c34dd08ebebaa8 Mon Sep 17 00:00:00 2001 From: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com> Date: Thu, 16 Mar 2023 12:03:49 +0100 Subject: [PATCH] Enable workflow_dispatch event --- .github/workflows/pytorch-latest-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytorch-latest-release.yml b/.github/workflows/pytorch-latest-release.yml index 44e8d8fe6e..df9423164a 100644 --- a/.github/workflows/pytorch-latest-release.yml +++ b/.github/workflows/pytorch-latest-release.yml @@ -1,5 +1,6 @@ name: Get latest PyTorch release version on: + workflow_dispatch: schedule: - cron: '0 3 * * 1,5' permissions: