ci: add workflow_dispatch trigger to build-and-test
Some checks failed
Build and Test / Build Server (Linux) (push) Successful in 7m49s
Build and Test / Build Agent (Windows) (push) Failing after 13m6s
Build and Test / Security Audit (push) Failing after 4m17s
Build and Test / Build Summary (push) Has been skipped
Run Tests / Test Server (push) Failing after 2m39s
Run Tests / Test Agent (push) Failing after 2m34s
Run Tests / Code Coverage (push) Failing after 6m1s
Run Tests / Lint and Format Check (push) Failing after 2m12s

Allow manual re-runs of the CI gate without a dummy commit (useful while
provisioning the Pluto windows-msvc runner). Also re-triggers the run.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-29 09:48:08 -07:00
parent 8a47332b39
commit 39e9ac4b75

View File

@@ -13,6 +13,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch: # allow manual re-runs (Actions -> Build and Test -> Run workflow)
jobs:
build-server: