We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b1b4e commit 2ecb88cCopy full SHA for 2ecb88c
.github/workflows/manual.yml
@@ -3,8 +3,9 @@ name: Sync Garmin to Notion
3
on:
4
schedule:
5
# 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
+ # - 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
8
+ - cron: '0 1 * * *' # Daily
9
workflow_dispatch:
10
env:
11
TZ: 'America/Montreal'
0 commit comments