diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index fef9889248f..a5e73bd4014 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -14,7 +14,7 @@ on: jobs: codspeed: name: Run benchmarks - if: (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'run-codspeed-benchmarks')) + if: (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'run-codspeed-benchmarks')) || github.event_name == 'workflow_dispatch' || github.event_name == 'push' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4