From 26fb7be61051ae3f47e88bba9152cbc0f0f7423e Mon Sep 17 00:00:00 2001 From: Pete Crocker Date: Mon, 23 Mar 2026 14:33:45 +0000 Subject: [PATCH 1/2] 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" From 69951b5c18939f1f84f0e01298c2ecf971422646 Mon Sep 17 00:00:00 2001 From: Benoit Kohler Date: Thu, 26 Mar 2026 12:40:02 +0100 Subject: [PATCH 2/2] Update repository-dispatch.yml --- .github/workflows/repository-dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repository-dispatch.yml b/.github/workflows/repository-dispatch.yml index 041f2aa9..9b71dcfd 100644 --- a/.github/workflows/repository-dispatch.yml +++ b/.github/workflows/repository-dispatch.yml @@ -36,7 +36,7 @@ jobs: # Either a literal path, or the name of a secret... repo: - "opsmill/emma" - - "opsmill/infrahub-bundle-dc" + - "opsmill/infrahub-demo-dc" - "INFRAHUB_CUSTOMER1_REPOSITORY" - "INFRAHUB_CUSTOMER3_REPOSITORY"