Browse Source

Two lock-closed per day

Scott Lahteine 3 years ago
parent
commit
7bf89f2b9f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/lock-closed.yml

+ 1
- 1
.github/workflows/lock-closed.yml View File

@@ -7,7 +7,7 @@ name: 'Lock threads'
7 7
 
8 8
 on:
9 9
   schedule:
10
-    - cron: '59 * * * *'
10
+    - cron: '* */12 * * *'
11 11
 
12 12
 jobs:
13 13
   lock:

Loading…
Cancel
Save