Run every 10 minutes to check the script. (to be reverted!)

This commit is contained in:
Benoit Marty
2023-04-07 12:29:35 +02:00
parent 6af4057e74
commit 32be8f29e6

View File

@@ -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: