From 81da2e1c951c574ccc6fcd8ba7ecef6bbb9e173f Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Tue, 3 Sep 2024 14:35:13 +0530 Subject: [PATCH] [CI] Add option to dispatch Fast GPU tests on main (#9355) update --- .github/workflows/push_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index 3a1be76708..90deb3fa88 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -1,6 +1,7 @@ name: Fast GPU Tests on main on: + workflow_dispatch: push: branches: - main