We run the image commit step only after merge.
The reason we stopped running the ci on every PR/commit was because ci would make alot of commits to your branch.
But it's very useful to have ci running before actually merging. So by splitting out the image commit part to a new workflow would allow us to run ci always and just do the image commit workflow after merging (like today).
We run the image commit step only after merge. The reason we stopped running the ci on every PR/commit was because ci would make alot of commits to your branch.
But it's very useful to have ci running before actually merging. So by splitting out the image commit part to a new workflow would allow us to run ci always and just do the image commit workflow after merging (like today).
Originally posted by @jakkra in https://github.com/jakkra/ZSWatch-HW/issues/84#issuecomment-2457044437