mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
ci(benchmark): Run 3 times a night to account for fluctuations (#10791)
This commit is contained in:
parent
a8a3de9ff7
commit
2be601af9e
2
.github/workflows/benchmark-nightly.yml
vendored
2
.github/workflows/benchmark-nightly.yml
vendored
|
@ -3,7 +3,7 @@ run-name: Benchmark ${{ inputs.n8n_tag || 'nightly' }}
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
- cron: '30 1,2,3 * * *'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
debug:
|
||||
|
|
Loading…
Reference in a new issue