Skip to content

Commit

Permalink
Run every 6 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
gbikram authored Feb 25, 2024
1 parent d6232f5 commit 2b85652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Daily Python Script

on:
schedule:
- cron: '15 1 * * *' # Schedule to run at midnight UTC every day
- cron: '0 */6 * * *' # Schedule to run at midnight UTC every day
push:
branches:
- master
Expand Down

0 comments on commit 2b85652

Please sign in to comment.