ublue-os / ucore

An OCI base image of Fedora CoreOS with batteries included
https://projectucore.io
Apache License 2.0
115 stars 23 forks source link

CI workflow improvements: ignore README, use concurrency groups #158

Open bsherman opened 2 months ago

bsherman commented 2 months ago

We can improve the workflows for ucore by: 1) ignoring README on push/pull resync so that a README change doesn't run builders 2) add concurrency groups to cancel builds on a pull resync see: https://github.com/ublue-os/main/blob/main/.github/workflows/reusable-build.yml#L12-L14