From 72f5217b991f20e451892e06b7fdc228c62620c3 Mon Sep 17 00:00:00 2001 From: gomzyakov Date: Sat, 21 Oct 2023 22:19:06 +0500 Subject: [PATCH] Triggers the workflow every day at 5:30 and 17:30 UTC --- .github/workflows/generate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 444ab54..3aba9b7 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -11,6 +11,9 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + schedule: + # Triggers the workflow every day at 5:30 and 17:30 UTC + - cron: '30 05,17 * * *' # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: