This is an automated email from the ASF dual-hosted git repository.

guanmingchiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git

commit 6597d07d731c2b7ab9c1cfe24d60cf279d8b6628
Author: Ryan Huang <[email protected]>
AuthorDate: Wed Dec 31 22:33:51 2025 +0800

    [QDP] Add Workflow dispatch for manual triggering (#767)
---
 .github/workflows/notebook-testing.yml | 1 +
 .github/workflows/pre-commit.yml       | 1 +
 .github/workflows/python-testing.yml   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/.github/workflows/notebook-testing.yml 
b/.github/workflows/notebook-testing.yml
index 7e8a39653..6fd083d1a 100644
--- a/.github/workflows/notebook-testing.yml
+++ b/.github/workflows/notebook-testing.yml
@@ -15,6 +15,7 @@ on:
       - "**.ipynb"
       - "pyproject.toml"
       - ".github/workflows/notebook-testing.yml"
+  workflow_dispatch:
 
 jobs:
   test-notebooks:
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index c4670c65b..aceceac3f 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -20,6 +20,7 @@ on:
     branches: [main, dev-qdp]
   pull_request:
     branches: [main, dev-qdp]
+  workflow_dispatch:
 
 jobs:
   test:
diff --git a/.github/workflows/python-testing.yml 
b/.github/workflows/python-testing.yml
index 751cf4db1..84adc79ce 100644
--- a/.github/workflows/python-testing.yml
+++ b/.github/workflows/python-testing.yml
@@ -29,6 +29,7 @@ on:
       - "**.py"
       - "pyproject.toml"
       - ".github/workflows/python-testing.yml"
+  workflow_dispatch:
 
 jobs:
   test:

Reply via email to