Skip to content

Commit

Permalink
feat(ci): Run workflow at 5am
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGombeaud committed Jan 31, 2024
1 parent 8033175 commit 05e9a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- main
schedule:
- cron: '0 12 * * *'
- cron: '0 5 * * *'

jobs:
build:
Expand Down

0 comments on commit 05e9a95

Please sign in to comment.