Skip to content

Commit

Permalink
asv run continue on error (#2401)
Browse files Browse the repository at this point in the history
asv run continue on error
  • Loading branch information
atharva-2001 authored Aug 23, 2023
1 parent 59bdcf3 commit b8f0af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:

- name: Run benchmarks for last 5 commits if not PR
if: github.event_name != 'pull_request_target'
continue-on-error: true
run: |
git log -n 5 --pretty=format:"%H" >> tag_commits.txt
asv run HASHFILE:tag_commits.txt | tee asv-output.log
Expand Down

0 comments on commit b8f0af5

Please sign in to comment.