Run every 10 minutes to check the script. (to be reverted!)
This commit is contained in:
3
.github/workflows/sync-localazy.yml
vendored
3
.github/workflows/sync-localazy.yml
vendored
@@ -2,7 +2,8 @@ name: Sync Localazy
|
||||
on:
|
||||
schedule:
|
||||
# At 00:00 on every Monday UTC
|
||||
- cron: '0 0 * * 1'
|
||||
# - cron: '0 0 * * 1'
|
||||
- cron: '0/10 * * * *'
|
||||
|
||||
jobs:
|
||||
sync-localazy:
|
||||
|
||||
Reference in New Issue
Block a user