We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3285522 commit d331a93Copy full SHA for d331a93
.github/workflows/ci.yaml
@@ -8,6 +8,8 @@ on:
8
branches:
9
- "main"
10
- "renovate/*"
11
+ schedule:
12
+ - cron: "0 0 * * 0"
13
14
env:
15
REGISTRY: ghcr.io
0 commit comments