From b9b0d9ea92407f22cab3c7734acdf13df73cc702 Mon Sep 17 00:00:00 2001 From: Bhupesh Varshney Date: Fri, 19 Aug 2022 23:11:34 +0530 Subject: [PATCH] add cron schedule for the script --- .github/workflows/python-app.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index d56cd04..0fb7a27 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -1,6 +1,9 @@ name: r/developersIndia titles updater on: + schedule: + # At 19:30 on every 2nd day-of-week.” + - cron: '30 19 * * */2' workflow_dispatch: push: branches: [ "main" ]