There was an error while loading. Please reload this page.
1 parent 4b4931a commit e09dc26Copy full SHA for e09dc26
1 file changed
.github/workflows/docker-image.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- main
7
schedule:
8
- - cron: '0 0 * * 1' # This will run the action every Monday at midnight UTC
+ - cron: '0 0 1 * *' # This will run the action every Monday at midnight UTC
9
10
jobs:
11
build:
0 commit comments