From 2eebbfa7fbf3afc6e4a28685a09c4adbde1bb9dd Mon Sep 17 00:00:00 2001 From: Sorra Date: Mon, 9 Mar 2026 06:52:04 -0700 Subject: [PATCH] WL-0MLC7I1V31X2NCIV: Add workflow_dispatch to tui-tests workflow --- .github/workflows/tui-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tui-tests.yml b/.github/workflows/tui-tests.yml index d9e7e839..558de601 100644 --- a/.github/workflows/tui-tests.yml +++ b/.github/workflows/tui-tests.yml @@ -2,6 +2,7 @@ name: Worklog on: pull_request: + workflow_dispatch: {} concurrency: group: tui-tests-${{ github.event.pull_request.number || github.ref }}