File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7979 --threshold-max-sample-size 64 \
8080 --threshold-upper-boundary 0.99 \
8181 --thresholds-reset \
82- --err \
82+ ${{ github.event_name == 'workflow_dispatch' && ' --err' || '' }} \
8383 --adapter rust_criterion \
8484 --github-actions "${{ secrets.GITHUB_TOKEN }}" \
8585 "cargo bench --manifest-path benches/Cargo.toml --bench historic_scanning"
@@ -130,7 +130,7 @@ jobs:
130130 --threshold-max-sample-size 64 \
131131 --threshold-upper-boundary 0.99 \
132132 --thresholds-reset \
133- --err \
133+ ${{ github.event_name == 'workflow_dispatch' && ' --err' || '' }} \
134134 --adapter rust_criterion \
135135 --github-actions "${{ secrets.GITHUB_TOKEN }}" \
136136 "cargo bench --manifest-path benches/Cargo.toml --bench latest_events_scanning"
You can’t perform that action at this time.
0 commit comments