Run every 10 minutes to check the script. (to be reverted!)
This commit is contained in:
parent
6af4057e74
commit
32be8f29e6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/sync-localazy.yml
vendored
3
.github/workflows/sync-localazy.yml
vendored
|
|
@ -2,7 +2,8 @@ name: Sync Localazy
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# At 00:00 on every Monday UTC
|
# At 00:00 on every Monday UTC
|
||||||
- cron: '0 0 * * 1'
|
# - cron: '0 0 * * 1'
|
||||||
|
- cron: '0/10 * * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync-localazy:
|
sync-localazy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue