forked from orbit-oss/flask
reduce lock schedule to daily
This commit is contained in:
parent
f325b8b5be
commit
b2464883ce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lock.yaml
vendored
2
.github/workflows/lock.yaml
vendored
|
|
@ -2,7 +2,7 @@ name: 'Lock threads'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0/10 * * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lock:
|
lock:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue