Skip to content

Commit

Permalink
Update metrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-mcparland authored Jan 9, 2024
1 parent 4f2ce92 commit 1b77a88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Run metrics

on:
schedule:
- cron: "57 16 * * *"
- cron: "19 09 * * *"

jobs:
generate-metrics:
Expand All @@ -19,6 +19,8 @@ jobs:
working-directory: ./metrics
steps:
- uses: actions/checkout@v4
with:
ref: metrics
- uses: stefanzweifel/git-auto-commit-action@v5
- name: Set up Python 3.10
uses: actions/setup-python@v3
Expand Down

0 comments on commit 1b77a88

Please sign in to comment.