Skip to content

Commit ffc9605

Browse files
committed
Run code quality workflow on a schedule
Helps spot PHPStan and PHPCS issues early if there are any tooling updates, because we don't use `composer.lock`.
1 parent aaf4361 commit ffc9605

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code-quality.yml

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

1113
permissions:
1214
contents: read

0 commit comments

Comments
 (0)