mirror of
https://github.com/typesense/typesense.git
synced 2025-05-15 10:42:29 +08:00
ci: let benchmarks run on demand as well
This commit is contained in:
parent
dc0b6b6860
commit
cb10441bf6
1
.github/workflows/benchmark-testing.yml
vendored
1
.github/workflows/benchmark-testing.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user