From 9e58d9f9865bd2f59d266cd7f53b804a3ae0fef4 Mon Sep 17 00:00:00 2001 From: Aditya Date: Fri, 19 Apr 2024 17:49:16 -0500 Subject: [PATCH] Add manual dispatch option to deploy workflow --- .github/workflows/cloudflare-deploy-webhook.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloudflare-deploy-webhook.yml b/.github/workflows/cloudflare-deploy-webhook.yml index 253c341..027ca1e 100644 --- a/.github/workflows/cloudflare-deploy-webhook.yml +++ b/.github/workflows/cloudflare-deploy-webhook.yml @@ -1,7 +1,10 @@ +name: Run Cloudflare deploy webhook + on: schedule: - - cron: "01 01 * * *" - + - cron: "01 01 * * *" + workflow_dispatch: + jobs: call-cloudflare-deploy-webhook: runs-on: ubuntu-latest