From 826627c07c9863d5675fcc9522314a903ae41ad4 Mon Sep 17 00:00:00 2001 From: jstan-isch <52019536+jstan-isch@users.noreply.github.com> Date: Sat, 28 Jan 2023 06:58:50 -0600 Subject: [PATCH] Update dist-2.yml --- .github/workflows/dist-2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dist-2.yml b/.github/workflows/dist-2.yml index baaae67c4..e3d873609 100644 --- a/.github/workflows/dist-2.yml +++ b/.github/workflows/dist-2.yml @@ -1,8 +1,8 @@ name: Repository Dispatch on: - check_run: - types: [created, completed, requested_action] + check_suite: + types: [completed] # repository_dispatch: # types: [my-event] #pull_request: