Skip to content

Commit 5077ff2

Browse files
authored
Run once at 6 instead of every minute between 6-7
[skip ci]
1 parent 549d775 commit 5077ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: '* 6 * * *'
5+
- cron: '0 6 * * *'
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)