Skip to content

Commit

Permalink
Enable workflow_dispatch on Functions Deploy Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGuySam authored Aug 1, 2024
1 parent 32883a1 commit 4c126fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-functions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy Functions

on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *' # Runs every day at 3 AM

Expand Down

0 comments on commit 4c126fe

Please sign in to comment.