Skip to content

Commit f99b7d7

Browse files
committed
Run lock-thread on hour later.
It was running at the same time on ArduinoJson, which produced "You have exceeded a secondary rate limit"
1 parent a13b16d commit f99b7d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Lock Threads'
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: '0 1 * * *'
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)