Skip to content

Commit

Permalink
Update schedule-python-script.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Poojan38380 authored Oct 25, 2024
1 parent 544d4b6 commit 15fe7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-python-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run Python Scripts
on:
schedule:
# Runs github.auto.py at 9:00, 12:00, 18:00, and 21:00 UTC every day
- cron: "0 9,12,18,21 * * *"
- cron: "0 9,20 * * *"
# Runs github.auto.reply.py at 8:00, 13:00, and 19:30 UTC every day
- cron: "0 8,13 * * *"
- cron: "30 19 * * *"
Expand Down

0 comments on commit 15fe7d2

Please sign in to comment.