Skip to content

Commit

Permalink
adjust schedule to 4am
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeni Köpplin authored and Evgeni Köpplin committed Dec 16, 2024
1 parent 3312dd1 commit 32dacf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_newsapi_articles_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Run newsapi_articles pipeline from newsapi_pipeline.py
'on':
schedule:
# Runs at 00:00 UTC every day
# Runs at 04:00 UTC every day
- cron: 0 4 * * *
workflow_dispatch: null
env:
Expand Down

0 comments on commit 32dacf3

Please sign in to comment.