mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 11:32:00 +00:00
Reduce cron frequence to not spam actions
This commit is contained in:
parent
8f56c64789
commit
f95dd12083
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: 'Close stale issues'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '* */2 * * *'
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
Loading…
Reference in New Issue
Block a user