From 26fb7be61051ae3f47e88bba9152cbc0f0f7423e Mon Sep 17 00:00:00 2001 From: Pete Crocker Date: Mon, 23 Mar 2026 14:33:45 +0000 Subject: [PATCH] Add opsmill/emma to repository dispatch targets --- .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 7dce497f..041f2aa9 100644 --- a/.github/workflows/repository-dispatch.yml +++ b/.github/workflows/repository-dispatch.yml @@ -35,6 +35,7 @@ jobs: matrix: # Either a literal path, or the name of a secret... repo: + - "opsmill/emma" - "opsmill/infrahub-bundle-dc" - "INFRAHUB_CUSTOMER1_REPOSITORY" - "INFRAHUB_CUSTOMER3_REPOSITORY"