mirror of
https://github.com/supabase/setup-cli.git
synced 2026-02-11 21:01:39 +00:00
chore: allow manual run of cli start workflow
This commit is contained in:
1
.github/workflows/start.yml
vendored
1
.github/workflows/start.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
# * is a special character in YAML so you have to quote this string
|
# * is a special character in YAML so you have to quote this string
|
||||||
- cron: '30 1,9 * * *'
|
- cron: '30 1,9 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
Reference in New Issue
Block a user