From 292d6a40bbd29acfa292fe25dda959741013437f Mon Sep 17 00:00:00 2001 From: anuveyatsu Date: Sun, 22 Mar 2020 21:45:19 +0600 Subject: [PATCH] [cron][xs]: run the action on a schedule every midnight GMT. --- .github/workflows/actions.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a7bdb0a..f75e5d7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,7 +1,6 @@ on: - push: - branches: - - feature/auto-update-data + schedule: + - cron: '0 0 * * *' jobs: deploy: