Skip to content

Commit

Permalink
Reduce automatic deploy interval
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-lison authored Jan 4, 2024
1 parent e7a5cac commit d9d1f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_app_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: build-and-publish-app-image
on:
# Option to manually trigger deploy
workflow_dispatch:
# Automatic re-deploy at 3:07AM every Mon, Wed, and Fri
# Automatic re-deploy at 3:07AM every Fri
schedule:
- cron: '7 3 * * 1,3,5'
- cron: '7 3 * * 5'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit d9d1f5a

Please sign in to comment.