Browse Source

Merge pull request #1828 from nextcloud/nickvergessen-patch-1

Reduce cron frequence to not spam actions
Joas Schilling 3 years ago
parent
commit
3f6ef9aed2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/stale.yml

+ 1 - 1
.github/workflows/stale.yml

@@ -1,7 +1,7 @@
 name: 'Close stale issues'
 name: 'Close stale issues'
 on:
 on:
     schedule:
     schedule:
-        -   cron: '* */2 * * *'
+        -   cron: '0 0 * * *'
 
 
 jobs:
 jobs:
     stale:
     stale: