jakkra / ZSWatch-HW

The hardware repo for ZSWatch
GNU General Public License v3.0
130 stars 31 forks source link

Split CI/CD pipelines #86

Closed Kampi closed 2 weeks ago

Kampi commented 2 weeks ago

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