chore(repo): run stale check on CI only once a day (#7988)
This commit is contained in:
parent
0934755111
commit
861aaf4549
2
.github/workflows/schedule-stale.yml
vendored
2
.github/workflows/schedule-stale.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "* 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
name: Stale Bot workflow
|
name: Stale Bot workflow
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user