We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3506dcf commit 7bad5b8Copy full SHA for 7bad5b8
.github/workflows/build.yml
@@ -7,6 +7,9 @@ on:
7
- 'renovate/**'
8
9
pull_request:
10
+
11
+ schedule:
12
+ - cron: '0 1 * * *'
13
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
0 commit comments