Commit 2c56d6d
committed
chore: revert "chore: allow lefthook when compilegithubworkflowsonly"
This reverts commit d98557c.
Turns out the Talos-side configuration is way more blocking for
auto-generated lefthook.yml that I initially expected. The
Makefile/golang outputs are not generated for Talos, they're maintained
manually. Therefore, the CompileLefthook callables attached to these
outputs never execute, leading to an effectively empty lefthook.yml
(just an empty JSON {}).
For the time being, it's far more viable to manually add a lefthook
config for Talos. Having that config generated for "GH workflow only"
would go wipe the lefthook.yml on every `make rekres`. Therefore, we
need to revert this change.1 parent d98557c commit 2c56d6d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments