diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index f0fd32b70e4..c6e4fd8e390 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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 @@ -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