Skip to content

Commit

Permalink
Enable scheduled workflow for publishing production images
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Jan 13, 2025
1 parent 60957d0 commit 72e1e4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/action_publish-images-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
workflow_dispatch:
release:
types: [released]
# Commenting out until ready
# schedule:
# - cron: '0 8 * * 2'
schedule:
- cron: '0 8 * * 2'

jobs:
build-production-images:
Expand Down

0 comments on commit 72e1e4a

Please sign in to comment.