From b88922275df3c261bcc3bac555e91daa6e0e3c91 Mon Sep 17 00:00:00 2001 From: Grain Team Date: Tue, 27 Jan 2026 14:39:52 -0800 Subject: [PATCH] Allow Build and Test workflow to be run manually PiperOrigin-RevId: 861892223 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56849ba9a..b6c1c3d9e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,7 @@ on: branches: ["main"] pull_request: branches: ["main"] + workflow_dispatch: # Allows manual triggering of the workflow jobs: call-workflow: