Skip to content

Commit

Permalink
Merge branch 'master' into cache-benchmark-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
officialasishkumar authored Jul 31, 2024
2 parents 8e094d6 + 9934b20 commit c703d1b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ defaults:

jobs:
build:
if: github.repository_owner == 'tardis-sn' &&
(github.event_name == 'push' ||
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'pull_request_target' &&
contains(github.event.pull_request.labels.*.name, 'benchmarks')))
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -78,7 +73,7 @@ jobs:
git log -n 4 --pretty=format:"%H" >> tag_commits.txt
asv run -a rounds=1 HASHFILE:tag_commits.txt | tee asv-output.log
if grep -q failed asv-output.log; then
echo "Some benchmarks have failed!"
echo "Some benchmarks have failed!"
exit 1
fi
Expand Down

0 comments on commit c703d1b

Please sign in to comment.