Skip to content

Commit

Permalink
ci(benchmark): Run 3 times a night to account for fluctuations (#10791)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi authored Sep 12, 2024
1 parent a8a3de9 commit 2be601a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2be601a

Please sign in to comment.