Skip to content

Commit

Permalink
Merge pull request #98 from ebmdatalab/deploy-grafana-specific-paths
Browse files Browse the repository at this point in the history
Run the grafana workflow every week
  • Loading branch information
lucyb authored Jan 19, 2024
2 parents ae977a0 + 908ee45 commit 83d8db2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ env:

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

jobs:
lint-dockerfile:
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Build docker image
run: |
just grafana/build
just grafana/build
- name: Run smoke test
run: |
Expand Down

0 comments on commit 83d8db2

Please sign in to comment.