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

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


The following commit(s) were added to refs/heads/dev-qdp by this push:
     new febde8c2f [QDP] Add Workflow dispatch for manual triggering (#767)
febde8c2f is described below

commit febde8c2f6e3f5d2fb5518c4a2ede45c4b4b6dc7
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