From a0e3bfbf8f13b0b00af77caf030a77e3cb5ae42a Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Wed, 23 Sep 2020 16:29:59 +0530 Subject: [PATCH] :wrench: Add workflow_dispatch event --- .github/workflows/response-time.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 6143a49e..a1a5651f 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -4,6 +4,7 @@ on: - cron: "0 23 * * *" repository_dispatch: types: [response_time] + workflow_dispatch: jobs: release: name: Check status