Skip to content

Commit

Permalink
Run on every commit since 1.7.0, but --skip-existing
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Oct 29, 2024
1 parent 6012e02 commit 36718ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
conda run -n test asv machine --machine $MACHINE_NAME --yes -v
cat ~/.asv-machine.json
# Don't return exit code 1 if results are slower
conda run -n test asv continuous --machine $MACHINE_NAME HEAD^ HEAD || true;
conda run -n test asv run --skip-existing --machine $MACHINE_NAME 1.7.0.. || true;
- name: Copy benchmarks to versioned-hdf5-benchmarks
run: |
Expand Down

0 comments on commit 36718ba

Please sign in to comment.