Skip to content

Commit

Permalink
Deploy every 8 hours
Browse files Browse the repository at this point in the history
Looks asking to deploy every 474 minutes  resulted in actually deploying every 60 minutes.
  • Loading branch information
tfpf authored Jan 26, 2025
1 parent 36219c4 commit 50d259e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: deploy
on:
push:
schedule:
- cron: '*/474 * * * *'
- cron: '53 */8 * * *'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 50d259e

Please sign in to comment.