Allow workflow_dispatch for all CI to allow for re-running individual jobs

This commit is contained in:
PThorpe92
2025-10-01 19:01:10 -04:00
parent 4066718979
commit a35f8a427f
9 changed files with 9 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
name: Build and push limbo-sim image
on:
workflow_dispatch:
push:
branches:
- main

View File

@@ -1,6 +1,7 @@
name: C compat Tests
on:
workflow_dispatch:
push:
branches:
- main

View File

@@ -1,5 +1,6 @@
name: Dart/Flutter
on:
workflow_dispatch:
push:
branches:
- main

View File

@@ -1,6 +1,7 @@
name: Run long fuzz tests on Btree
on:
workflow_dispatch:
push:
paths:
- 'core/storage/btree.rs'

View File

@@ -1,6 +1,7 @@
name: Build & publish @tursodatabase/database
on:
workflow_dispatch:
push:
branches:
- main

View File

@@ -1,6 +1,7 @@
name: Python
on:
workflow_dispatch:
push:
branches:
- main

View File

@@ -1,6 +1,7 @@
name: Rust
on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:

View File

@@ -1,6 +1,7 @@
name: Rust Benchmarks+Nyrkiö
on:
workflow_dispatch:
push:
branches: ["main", "master", "notmain"]
pull_request:

View File

@@ -1,6 +1,7 @@
name: turso-serverless
on:
workflow_dispatch:
push:
branches: [ main ]
paths: