This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 5f762b3f4c Add workflow_dispatch trigger to weekly CI build for manual
execution (#1681)
5f762b3f4c is described below
commit 5f762b3f4ce85bff0e84bd28325fd01a7c51141a
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Thu Feb 12 23:27:58 2026 +0100
Add workflow_dispatch trigger to weekly CI build for manual execution
(#1681)
---
.github/workflows/ci-weekly.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/ci-weekly.yml b/.github/workflows/ci-weekly.yml
index 4e07cc793c..a6194c1954 100644
--- a/.github/workflows/ci-weekly.yml
+++ b/.github/workflows/ci-weekly.yml
@@ -24,6 +24,7 @@
name: CI Weekly (on-demand)
on:
+ workflow_dispatch:
jobs:
build:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact