Skip to content

Commit 72e1e4a

Browse files
committed
Enable scheduled workflow for publishing production images
1 parent 60957d0 commit 72e1e4a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/action_publish-images-production.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ on:
44
workflow_dispatch:
55
release:
66
types: [released]
7-
# Commenting out until ready
8-
# schedule:
9-
# - cron: '0 8 * * 2'
7+
schedule:
8+
- cron: '0 8 * * 2'
109

1110
jobs:
1211
build-production-images:

0 commit comments

Comments
 (0)