Skip to content

Commit e7b0e13

Browse files
authored
Small README fix — workflow crontab (#13)
Run once per day at 00:32 UTC not once every 32 minutes
1 parent b9cdbe6 commit e7b0e13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ name: Backup Airtable
7777
on:
7878
workflow_dispatch:
7979
schedule:
80-
- cron: '32 * * * *'
80+
- cron: '32 0 * * *'
8181

8282
jobs:
8383
build:

0 commit comments

Comments
 (0)