Commit 20669e6
Restrict benchmark auto-push to scheduled runs only
Previously, workflow_dispatch runs on master also auto-pushed
benchmark results to gh-pages. This allowed one-off manual runs
with arbitrary runners/configs to create permanent graph entries
on the benchmark dashboard, cluttering it with near-empty graphs
that would never receive new data points.
Restrict auto-push to only schedule events so that only codified
benchmark configurations in the schedule matrix produce persistent
tracking data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ed8730b commit 20669e6
File tree
2 files changed
+2
-2
lines changed- .github/workflows
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments