From 1cbf302841477de513331d89a20473bc068a4af7 Mon Sep 17 00:00:00 2001 From: Jakob Jensen Date: Sat, 7 Mar 2026 00:29:55 +0100 Subject: [PATCH] fix: avoid sync-tags job when no updates are committed --- .github/workflows/scheduled-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-jobs.yaml b/.github/workflows/scheduled-jobs.yaml index 21f146911..f8f7bf02c 100644 --- a/.github/workflows/scheduled-jobs.yaml +++ b/.github/workflows/scheduled-jobs.yaml @@ -108,7 +108,7 @@ jobs: name: Synchronize tags with kubernetes runs-on: ubuntu-latest needs: update-schemas - if: github.repository == 'CustomResourceDefinition/catalog' && github.ref == 'refs/heads/main' && needs.update-schemas.outputs.updated + if: github.repository == 'CustomResourceDefinition/catalog' && github.ref == 'refs/heads/main' && needs.update-schemas.outputs.updated == 'true' permissions: contents: write steps: