Skip to content

Commit c57712f

Browse files
Copilotpelikhan
andauthored
Switch Repository Quality Improver to daily schedule (#212)
* Initial plan * Use daily schedule for Repository Quality Improver workflow Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 66c1b58 commit c57712f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/repository-quality-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Repository Quality Improver
33
description: Daily analysis of repository quality focusing on a different software development lifecycle area each run
44
on:
55
schedule:
6-
- cron: "0 13 * * 1-5" # Daily at 1 PM UTC, weekdays only
6+
- cron: "0 13 * * *" # Daily at 1 PM UTC
77
workflow_dispatch:
88
permissions:
99
contents: read

0 commit comments

Comments
 (0)