From bf8ecc9b28bd366bc0072ab0ee6c6f2653641e14 Mon Sep 17 00:00:00 2001 From: Benoit Kohler Date: Fri, 3 Jul 2026 00:39:54 +0200 Subject: [PATCH] ci: dispatch infrahub-sdk updates to infrahub-sync infrahub-sync now ships update-infrahub-sdk.yml listening for the trigger-infrahub-sdk-python-update repository_dispatch event, so add it to the release fan-out matrix. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/repository-dispatch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/repository-dispatch.yml b/.github/workflows/repository-dispatch.yml index 9b71dcfd..d200a7b4 100644 --- a/.github/workflows/repository-dispatch.yml +++ b/.github/workflows/repository-dispatch.yml @@ -37,6 +37,7 @@ jobs: repo: - "opsmill/emma" - "opsmill/infrahub-demo-dc" + - "opsmill/infrahub-sync" - "INFRAHUB_CUSTOMER1_REPOSITORY" - "INFRAHUB_CUSTOMER3_REPOSITORY"