Commit b0389af
committed
fix(ci): restore untracked-file detection in record-benchmarks (#1040)
Each of the three pre-consolidation jobs paired `git diff --quiet HEAD`
with `git ls-files --others --exclude-standard` so a first-run history
file (or one re-created after deletion) would still be picked up. The
consolidated check dropped that second guard, which would silently skip
the PR step if a benchmark history file was untracked. Restore the
guard so verified numbers always make it back to main.1 parent 1fc92b2 commit b0389af
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
0 commit comments