From 4d05731bb70fa70625712b064722675c430bf83b Mon Sep 17 00:00:00 2001 From: Atif Ather <40694397+atifather@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:23:04 +0500 Subject: [PATCH] Update main.yml Revert the changes --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c335d58a..e1a55b07 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: Weekly Scrape # Run the workflow weekly on: - workflow_dispatch: - # schedule: - # - cron: "0 0 * * 1" + # workflow_dispatch: + schedule: + - cron: "0 0 * * 1" permissions: contents: write