Skip to content

Commit a4c33b0

Browse files
author
Alida W
committed
adjust cron job timing
1 parent 4e7ec3a commit a4c33b0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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)