mirror of
https://github.com/supabase/setup-cli.git
synced 2025-12-08 16:16:25 +00:00
chore: update e2e schedule to every 10 minutes
This commit is contained in:
2
.github/workflows/start.yml
vendored
2
.github/workflows/start.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
- 'v*'
|
- 'v*'
|
||||||
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: '15 * * * *'
|
- cron: '*/10 * * * *'
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
Reference in New Issue
Block a user