Skip to content

Commit

Permalink
test (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 authored Aug 6, 2024
1 parent adff80a commit ebe5c11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tool_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Weekly Tool Benchmarks
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # Runs at midnight (00:00) every Sunday (UTC time)
- cron: '16 14 * * 2' # Runs at midnight (00:00) every Sunday (UTC time)

env:
POETRY_VERSION: "1.6.1"

jobs:
run_tool_benchmarks:
Expand Down

0 comments on commit ebe5c11

Please sign in to comment.