remove conditional

This commit is contained in:
Sydney Runkle 2025-05-29 09:21:35 -04:00
parent f7efd89e70
commit 0c8bb4381e

View File

@ -17,7 +17,6 @@ on:
jobs:
codspeed:
name: Run benchmarks
if: contains(github.event.pull_request.labels.*.name, 'run-codspeed-benchmarks') || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4