Skip to content

Commit 3007bd8

Browse files
Merge pull request community#175234 from community/queenofcorgis-patch-1
Update close-incident-discussions.yml
2 parents 631b8f5 + f92a85f commit 3007bd8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
schedule:
66
# At 01:25 every day
7-
- cron: '25 1 * * *'
7+
- cron: "5 0 * * *"
88

99
jobs:
1010
build:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
schedule:
66
# daily at midnight UTC
7-
- cron: "0 0 * * *"
7+
- cron: "5 0 * * *"
88

99
jobs:
1010
close_incident_post:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
schedule:
66
# At 03:25 every day
7-
- cron: '25 3 * * *'
7+
- cron: "5 0 * * *"
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)