From 74c91dcb3d30a014edf36a5e95f5efceae6509bd Mon Sep 17 00:00:00 2001 From: Matthew Zeiler Date: Tue, 22 Aug 2023 11:25:54 -0400 Subject: [PATCH] Update scheduled_test.yml --- .github/workflows/scheduled_test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/scheduled_test.yml b/.github/workflows/scheduled_test.yml index 29ca8c119d50b..9202bd4c11c61 100644 --- a/.github/workflows/scheduled_test.yml +++ b/.github/workflows/scheduled_test.yml @@ -2,8 +2,6 @@ name: Scheduled tests on: workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI - schedule: - - cron: '0 13 * * *' env: POETRY_VERSION: "1.4.2"