mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 07:58:14 +00:00
728e8df335
The dependabot actor check was only on the build job. The container-image and cleanup-images jobs still ran — cleanup-images with if: always() deleted GHCR container images while the main branch integration run was still using them, causing PVE 8 tests to fail with "image not found". Now all four integration jobs (build, container-image, integration, cleanup-images) are gated with github.actor != 'dependabot[bot]'. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>