Commit 47abac3
ci: guard the sweep's run listing so it cannot fail a passing gate
The sweep step promised best-effort but only protected the reruns —
with pipefail set, a transient failure of the run listing itself would
have been the step's exit code, turning a PASS into a FAIL. The listing
is now guarded and the step exits 0 on every path.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent d83754b commit 47abac3
1 file changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
165 | 168 | | |
166 | | - | |
167 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
168 | 174 | | |
169 | 175 | | |
170 | 176 | | |
171 | 177 | | |
| 178 | + | |
0 commit comments