Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chloevoyer authored Dec 26, 2024
1 parent 47b1b4e commit 2ecb88c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Sync Garmin to Notion
on:
schedule:
# This cron job will run every 15 minutes from 6 AM to 11 PM Eastern Time
- cron: '*/10 10-23 * * *' # Every 15 minutes from 10:00 to 23:45 UTC
- cron: '*/10 0-3 * * *' # Every 15 minutes from 00:00 to 03:45 UTC
# - cron: '*/10 10-23 * * *' # Every 15 minutes from 10:00 to 23:45 UTC
# - cron: '*/10 0-3 * * *' # Every 15 minutes from 00:00 to 03:45 UTC
- cron: '0 1 * * *' # Daily
workflow_dispatch:
env:
TZ: 'America/Montreal'
Expand Down

0 comments on commit 2ecb88c

Please sign in to comment.