Skip to content

Commit

Permalink
Switch cron to weekly not daily (#18)
Browse files Browse the repository at this point in the history
* Change message format

* Mirror prod

* Only send weekly
  • Loading branch information
markbotterill authored May 10, 2024
1 parent 1b23dc8 commit 76737ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/send-slack-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Send Slack Metrics
# NB This only works on the default (prod) branch
on:
schedule:
- cron: '0 12 * * *'
- cron: '0 9 * * 5'

jobs:
deploy:
Expand Down

0 comments on commit 76737ea

Please sign in to comment.