Skip to content

Commit

Permalink
Add cron schedule and run on main commit only
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Dec 18, 2024
1 parent ca1c61e commit 8123ae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/asv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: asv

on:
workflow_dispatch:
# schedule:
# - cron: 0 4 * * *
schedule:
- cron: 0 4 * * *

concurrency:
group: "pages"
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
--num_cpu `nproc --all` \
--ram `grep MemTotal /proc/meminfo | awk '{print $2}'`
- name: Run the ASV benchmarks
run: uv run asv run main~1..main
run: uv run asv run main
- name: Generate the ASV website
run: uv run asv publish

Expand Down

0 comments on commit 8123ae0

Please sign in to comment.