From 39e9ac4b752a853f5dd72159dbb8cc6a87751cdf Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Fri, 29 May 2026 09:48:08 -0700 Subject: [PATCH] ci: add workflow_dispatch trigger to build-and-test 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) --- .gitea/workflows/build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build-and-test.yml b/.gitea/workflows/build-and-test.yml index 7f04e16..ec96f0f 100644 --- a/.gitea/workflows/build-and-test.yml +++ b/.gitea/workflows/build-and-test.yml @@ -13,6 +13,7 @@ on: pull_request: branches: - main + workflow_dispatch: # allow manual re-runs (Actions -> Build and Test -> Run workflow) jobs: build-server: