Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 303349f

Browse files
authored
Fix schedule (#393)
1 parent 8f270b7 commit 303349f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ on:
6262
- "true"
6363
required: false
6464
schedule:
65-
- cron: '20 7 2 * *'
65+
- cron: '0 1 1 * *'
6666

6767
env:
6868
PACKER_IMAGES_OUTPUT_DIR: /var/tmp/packer-templates-images

0 commit comments

Comments
 (0)