From ac67afbe089ea3af523138ca773d5e9d5e89825e Mon Sep 17 00:00:00 2001 From: saipubw <51276909+poor-circle@users.noreply.github.com> Date: Tue, 1 Mar 2022 09:13:33 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55bf571..22bc98c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ name: daily_report on: # Triggers the workflow on push or pull request events but only for the master branch schedule: - - cron: '0 6 * * *' + - cron: '0 22 * * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: