Skip to content

Commit

Permalink
feat(ci): Delay scheduled workflow by 2 hours (5am -> 7am)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGombeaud committed Jan 31, 2024
1 parent bcfcf84 commit c9fe1d5
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 5 * * *'
- cron: '0 7 * * *'

jobs:
build:
Expand Down

0 comments on commit c9fe1d5

Please sign in to comment.