Skip to content

Commit 707ba4d

Browse files
author
Andy McKay
authored
Merge pull request #196 from actions/update-cron-time
Change cron time
2 parents f75b3c7 + 62b357a commit 707ba4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Basic:
5353
name: "Close stale issues"
5454
on:
5555
schedule:
56-
- cron: "0 0 * * *"
56+
- cron: "30 1 * * *"
5757

5858
jobs:
5959
stale:
@@ -71,7 +71,7 @@ Configure stale timeouts:
7171
name: "Close stale issues"
7272
on:
7373
schedule:
74-
- cron: "0 0 * * *"
74+
- cron: "30 1 * * *"
7575

7676
jobs:
7777
stale:
@@ -90,7 +90,7 @@ Configure labels:
9090
name: "Close stale issues"
9191
on:
9292
schedule:
93-
- cron: "0 0 * * *"
93+
- cron: "30 1 * * *"
9494

9595
jobs:
9696
stale:

0 commit comments

Comments
 (0)