ci(benchmark): Run 3 times a night to account for fluctuations (#10791)

This commit is contained in:
Tomi Turtiainen 2024-09-12 17:12:20 +03:00 committed by GitHub
parent a8a3de9ff7
commit 2be601af9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: