We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a226d8 + 73b5ce9 commit 9bb84c7Copy full SHA for 9bb84c7
2 files changed
.github/workflows/code-quality.yml
@@ -6,6 +6,8 @@ on:
6
branches:
7
- main
8
- master
9
+ schedule:
10
+ - cron: '17 2 * * *' # Run every day on a seemly random time.
11
12
jobs:
13
code-quality:
0 commit comments