Skip to content

Commit

Permalink
run cronjob weekly instead
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzech committed Jan 14, 2025
1 parent 679eaff commit 65bb370
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kani-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Kani Metrics Update

on:
schedule:
- cron: '0 0 1,15 * *' # Run on the 1st and 15th of every month
- cron: '0 0 * * 0' # Run at 00:00 UTC every Sunday
workflow_dispatch:

defaults:
Expand Down
2 changes: 1 addition & 1 deletion scripts/kani-std-analysis/kani_std_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,4 @@ def main():
metrics.plot()

if __name__ == "__main__":
main()
main()
2 changes: 1 addition & 1 deletion scripts/kani-std-analysis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
matplotlib
matplotlib

0 comments on commit 65bb370

Please sign in to comment.