Previously, it was possible for the cron task to skip all builds given the changed-file condition would always evaluate True. Fix this by also requiring the matrix element's skip to also require running in a PR context. Also add a comment warning future maintainers about the re-use of the skip's via the pbs_images YAML anchor/alias.
Previously, it was possible for the cron task to skip all builds given the changed-file condition would always evaluate
True
. Fix this by also requiring the matrix element's skip to also require running in a PR context. Also add a comment warning future maintainers about the re-use of the skip's via thepbs_images
YAML anchor/alias.Fixes https://github.com/containers/podman/issues/22861
Also ref. https://github.com/containers/image/issues/2203#issuecomment-2142072150