From c5bcdd3051cdb497ba16f60077a72b17d68dcd95 Mon Sep 17 00:00:00 2001 From: arya-zs <138391704+arya-zs@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:18:12 +0530 Subject: [PATCH] Update scrape_news_api_UX.yml --- .github/workflows/scrape_news_api_UX.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scrape_news_api_UX.yml b/.github/workflows/scrape_news_api_UX.yml index ccaa596..1cca4c0 100644 --- a/.github/workflows/scrape_news_api_UX.yml +++ b/.github/workflows/scrape_news_api_UX.yml @@ -1,8 +1,9 @@ name: Scrape and Update News UX on: - schedule: - - cron: '*/30 * * * *' # Runs every 30 minutes +- workflow_dispatch + #schedule: + #- cron: '*/30 * * * *' # Runs every 30 minutes jobs: scrape_and_update: