From 3149b9537960f773b90b61076208f37e5b2f12e3 Mon Sep 17 00:00:00 2001 From: anuveyatsu Date: Mon, 23 Mar 2020 12:12:25 +0600 Subject: [PATCH] [gh actions][xs]: run the job every 6 hours. The reason is that the upstream repo is not fully updated on regular basis. At 23:59 GMT it adds a new data file per date but the files we're depending on are updated manually after that. --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a5d7e6b..8a5e79b 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,6 +1,6 @@ on: - push: - branches: [ master ] + schedule: + - cron: '0 */6 * * *' jobs: build: