Skip to content

Commit 376de25

Browse files
committed
Setup schedule on top-level image-build workflow
1 parent fa676e9 commit 376de25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/image-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
1111
Note: These images will still be rebuilt by their respective workflows if the Dockerfile or scripts
1212
change.
13+
schedule:
14+
- cron: '30 15 * * 1'
1315
jobs:
1416
amazonlinux2:
1517
uses: ./.github/workflows/image-build-al2.yml

0 commit comments

Comments
 (0)