Commit 50c3afa8 for tesseract
commit 50c3afa8139d1b75b4a76bd2dfcf2997e533bcad
Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Date: Sun Apr 19 11:00:18 2026 +0000
autotools.yml: add workflow_dispatch trigger for manual runs
Agent-Logs-Url: https://github.com/tesseract-ocr/tesseract/sessions/84d2ca07-f448-4d6e-be3c-9889771016fb
Co-authored-by: amitdo <13571208+amitdo@users.noreply.github.com>
diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml
index b612c307..5250e553 100644
--- a/.github/workflows/autotools.yml
+++ b/.github/workflows/autotools.yml
@@ -5,6 +5,7 @@ on:
#push:
schedule:
- cron: 0 20 * * *
+ workflow_dispatch:
jobs:
linux: