mirror of
https://github.com/simple-login/app.git
synced 2025-09-07 07:04:18 +08:00
update cron schedule
This commit is contained in:
parent
b52340c50c
commit
5ff2c7ecc9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: SimpleLogin HIBP check
|
- name: SimpleLogin HIBP check
|
||||||
command: python /code/cron.py -j check_hibp
|
command: python /code/cron.py -j check_hibp
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
schedule: "*/5 * * * *"
|
schedule: "13 */4 * * *"
|
||||||
captureStderr: true
|
captureStderr: true
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
onFailure:
|
onFailure:
|
||||||
|
|
Loading…
Add table
Reference in a new issue