Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wise-ch/wastewater-influenza-dash…
Browse files Browse the repository at this point in the history
…board
  • Loading branch information
adrian-lison committed Jan 22, 2024
2 parents 0448ae0 + d9d1f5a commit 46667e4
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 46667e4

Please sign in to comment.