From 02bc7e16eca1c24f34d26934a0169864713a681d Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Wed, 9 Mar 2022 07:01:31 -0800 Subject: [PATCH] Try on.repository_dispatch see if that makes it happy --- .github/workflows/modules.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/modules.yml b/.github/workflows/modules.yml index 3d41229..5b15144 100644 --- a/.github/workflows/modules.yml +++ b/.github/workflows/modules.yml @@ -1,5 +1,7 @@ name: OctoDNS Modules -on: [] +on: + repository_dispatch: + types: [modules-test] jobs: ci: