Skip to content

Commit

Permalink
Update scrape_news_api_UX.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arya-zs authored Nov 20, 2023
1 parent e41576c commit c8c0509
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/scrape_news_api_UX.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Scrape and Update News UX

on:
- workflow_dispatch
#schedule:
#- cron: '*/30 * * * *' # Runs every 30 minutes
#on:
#- workflow_dispatch
#schedule:
#- cron: '0 */4 * * *' # Runs every 4 hours
#- cron: '*/30 * * * *' # Runs every 30 minutes
on:
schedule:
- cron: '0 */4 * * *' # Runs every 4 hours


jobs:
Expand Down

0 comments on commit c8c0509

Please sign in to comment.