Skip to content

Commit 2ecb88c

Browse files
authored
Update manual.yml
1 parent 47b1b4e commit 2ecb88c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/manual.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Sync Garmin to Notion
33
on:
44
schedule:
55
# This cron job will run every 15 minutes from 6 AM to 11 PM Eastern Time
6-
- cron: '*/10 10-23 * * *' # Every 15 minutes from 10:00 to 23:45 UTC
7-
- cron: '*/10 0-3 * * *' # Every 15 minutes from 00:00 to 03:45 UTC
6+
# - cron: '*/10 10-23 * * *' # Every 15 minutes from 10:00 to 23:45 UTC
7+
# - cron: '*/10 0-3 * * *' # Every 15 minutes from 00:00 to 03:45 UTC
8+
- cron: '0 1 * * *' # Daily
89
workflow_dispatch:
910
env:
1011
TZ: 'America/Montreal'

0 commit comments

Comments
 (0)