mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Enable workflow_dispatch on Functions Deploy Action
This commit is contained in:
parent
32883a129b
commit
4c126fe70b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-functions.yaml
vendored
1
.github/workflows/deploy-functions.yaml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: Deploy Functions
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 3 * * *' # Runs every day at 3 AM
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue