Keep the proven always() guard on the overview job

This commit is contained in:
2026-08-22 12:03:18 +02:00
parent 8fd492e544
commit 02617a935e
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
docker logout docker.io || true docker logout docker.io || true
publish-overview: publish-overview:
if: ${{ !cancelled() && (github.event_name == 'workflow_dispatch' || needs.retag-image.result == 'success') }} if: always() && (github.event_name == 'workflow_dispatch' || needs.retag-image.result == 'success')
needs: [retag-image] needs: [retag-image]
runs-on: docker-host runs-on: docker-host
steps: steps: