From e162fd418ae98871473f1e2200d24093a9864dfc Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:29:46 -0700 Subject: [PATCH] fix sched ci (#9053) --- .github/workflows/scheduled_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled_test.yml b/.github/workflows/scheduled_test.yml index aad5f9e0e9..120d6cb3ad 100644 --- a/.github/workflows/scheduled_test.yml +++ b/.github/workflows/scheduled_test.yml @@ -1,6 +1,7 @@ name: Scheduled tests on: + workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI schedule: - cron: '0 13 * * *' @@ -35,4 +36,3 @@ jobs: run: | make scheduled_tests shell: bash - secrets: inherit