Skip to content

Commit 1f16148

Browse files
committed
Run code quality checks on a schedule
1 parent a561c44 commit 1f16148

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code-quality.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: Code Quality Checks
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
push:
67
branches:
78
- main
89
- master
10+
schedule:
11+
- cron: '17 2 * * *' # Run every day on a seemly random time.
912

1013
jobs:
1114
code-quality:

0 commit comments

Comments
 (0)