Skip to content

Commit 1680424

Browse files
authored
Merge pull request community#169700 from community/update-cron
[fix] adjust cron job timing
2 parents 4e7ec3a + a4c33b0 commit 1680424

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/close-dormant-discussions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Close out dormant discussions
33
on:
44
workflow_dispatch:
55
schedule:
6-
# At 01:23 every day
7-
- cron: '23 1 * * *'
6+
# At 01:25 every day
7+
- cron: '25 1 * * *'
88

99
jobs:
1010
build:

.github/workflows/comment-on-dormant-discussions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Comment on dormant discussions
33
on:
44
workflow_dispatch:
55
schedule:
6-
# At 03:23 every day
7-
- cron: '23 3 * * *'
6+
# At 03:25 every day
7+
- cron: '25 3 * * *'
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)