copr-be: copr-ping: ping the stating only daily
Not each half-an-our.
This commit is contained in:
parent
5e9ee1e814
commit
b91a40cf6e
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
- name: rebuild the copr-ping package periodically
|
||||
ansible.builtin.cron:
|
||||
name: build the ping package
|
||||
minute: "0,30"
|
||||
hour: "*"
|
||||
minute: "{% if devel %}0{% else %}0,30{% endif %}"
|
||||
hour: "{% if devel %}1{% else %}*{% endif %}"
|
||||
user: copr-ping
|
||||
job: "{{ ping_script }}"
|
||||
tags: copr_ping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue