ublue-os / hwe

Fedora variants with support for ASUS devices, Nvidia devices, and Surface laptops
https://universal-blue.org/images/hwe
Apache License 2.0
176 stars 39 forks source link

Chore(CI): builds should succeed in self-contained PR builds #110

Open bsherman opened 1 year ago

bsherman commented 1 year ago

When nvidia builds run in a PR, they fail because after building the akmods image, that is not published, thus the follow on builds fail because they attempt to reference the just built image with that PR tag.

Need a solution to this which allows valid builds but doesn't allow signing/publishing of images in PRs.

castrojo commented 1 year ago

cc @marcoceppi

We've used "if in a PR skip this" things in sections before in bluefin but I forgot what to search for. Nevermind, we have those in this repo already, sorry for the noise.