Skip to content

Commit

Permalink
chore(cicd): run cron every 3 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaveas authored Nov 1, 2023
1 parent 72bf1a4 commit 0fc2700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Daily Weather Forecast
on:
schedule:
# Runs every hour
- cron: '0 * * * *'
- cron: '0 */3 * * *'
workflow_dispatch:
inputs:
timedelta_hours:
Expand Down

0 comments on commit 0fc2700

Please sign in to comment.