Browse Source

Two lock-closed per day

Scott Lahteine 5 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
 
8
 on:
8
 on:
9
   schedule:
9
   schedule:
10
-    - cron: '59 * * * *'
10
+    - cron: '* */12 * * *'
11
 
11
 
12
 jobs:
12
 jobs:
13
   lock:
13
   lock:

Loading…
Cancel
Save