mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 14:04:22 +01:00
fix: perf_nightly YAML syntax
This commit is contained in:
3
.github/workflows/perf_nightly.yml
vendored
3
.github/workflows/perf_nightly.yml
vendored
@@ -1,7 +1,8 @@
|
||||
name: Nightly Benchmarks on Nyrkiö Runners (stability)
|
||||
|
||||
on:
|
||||
workflow_dispatch: ["main", "notmain", "master"]
|
||||
workflow_dispatch:
|
||||
branches: ["main", "notmain", "master"]
|
||||
schedule:
|
||||
- cron: '24 6,11,14,20 * * *'
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user