ci: let benchmarks run on demand as well

This commit is contained in:
Fanis Tharropoulos 2025-01-21 18:29:13 +02:00
parent dc0b6b6860
commit cb10441bf6
No known key found for this signature in database

View File

@ -3,6 +3,7 @@ name: Benchmark Testing
on:
schedule:
- cron: '0 */12 * * *'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}