Commit c47bd5e
elixir-ci-reusable.yml:105 had the same bare-`if:`-at-job-level pattern
that #334 fixed in rust-ci-reusable.yml. Surfaced via the sweep recipe
documented in standards#334:
grep -nE '^\s+if: [^$]+(hashFiles|format|inputs\.)' .github/workflows/*-reusable.yml
The mix.exs guard is structurally identical to the Cargo.toml guard
that broke 43+ Rust callers — same fix.
Follow-up audit: same grep found ZERO additional hits in other
reusables (governance/secret-scanner/scorecard/mirror/casket/dogfood).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d7c3b8f commit c47bd5e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments