Skip to content

Commit

Permalink
Run the grafana workflow every week
Browse files Browse the repository at this point in the history
This isn't running on main after dependabot automerges it at the moment, so
we're doing a manual check each week until we can figure it out.

See #61
  • Loading branch information
lucyb committed Jan 19, 2024
1 parent a521b88 commit 14f113f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ env:

on:
workflow_dispatch:
schedule:
# Run every Wednesday at 8am
- cron: "0 8 * * 3"
push:
paths:
- 'grafana/**'
Expand Down

0 comments on commit 14f113f

Please sign in to comment.