Skip to content

Commit

Permalink
Add manual dispatch option to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaldron authored Apr 19, 2024
1 parent e1d2457 commit 9e58d9f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cloudflare-deploy-webhook.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9e58d9f

Please sign in to comment.