Commit 91ff337
committed
ci(vendor-hash): drop vendor-hash-check from SKIP
Once indirect majors are blocked at the Renovate layer, every
remaining Renovate PR that reaches this workflow bumps a module in
place. go.sum changes and vendor content changes together, so the
computed vendorHash moves with go.sum and nix/package.nix is always
staged with a real diff. vendor-hash-check then has both files
staged and exits 0 on its own.
Suppressing it was papering over the symptom of the scenario that
rule was added to eliminate. If the hook ever fires again from
inside this workflow, that is a real invariant break worth
investigating, not something to silence.1 parent d414d2f commit 91ff337
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | 131 | | |
139 | 132 | | |
140 | 133 | | |
| |||
0 commit comments