Skip to content

Commit 0ac1a0b

Browse files
committed
Add schedule for code quality workflow
1 parent 18d29f9 commit 0ac1a0b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches:
77
- main
88
- master
9+
schedule:
10+
- cron: '17 2 * * *' # Run every day on a seemly random time.
911

1012
jobs:
1113
code-quality:

0 commit comments

Comments
 (0)