Skip to content

Commit 1dd4537

Browse files
committed
testing: update cron to start on :27 of each hour
1 parent d3f3397 commit 1dd4537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lock-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lock issues that are closed and inactive
33
on:
44
schedule:
55
# for testing, will run on the 30th minute of every hour
6-
- cron: "38 * * * *"
6+
- cron: "27 * * * *"
77

88
jobs:
99
lock_closed:

0 commit comments

Comments
 (0)