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

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 03d6484f6e1 [Doc] Update personal-ci.md GitHub Actions enabling (#1133)
03d6484f6e1 is described below

commit 03d6484f6e15769109e5f8bde38a8e9c47cdc4bc
Author: Pavel Zeger <[email protected]>
AuthorDate: Sat Apr 25 01:42:13 2026 +0300

    [Doc] Update personal-ci.md GitHub Actions enabling (#1133)
---
 contribute/personal-ci.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contribute/personal-ci.md b/contribute/personal-ci.md
index a78c5cf8614..c91b827b4a4 100644
--- a/contribute/personal-ci.md
+++ b/contribute/personal-ci.md
@@ -28,7 +28,8 @@ For example:
 ## CI workflows in a fork
 
 Before using personal CI workflows, ensure GitHub Actions is enabled for your 
fork in the GitHub UI. You can check this under your fork's "Settings" > 
"Actions" > "General" tab.
-Choose the "Allow all actions and reusable workflows" option.
+Choose the "Allow all actions and reusable workflows" option. 
+Note that some workflows, such as the required "Pulsar CI" and "Pulsar CI 
Flaky", may still be disabled by default and must be enabled explicitly. After 
enabling Actions for your forked repository, you can find these workflows in 
the "Actions" tab. To enable a workflow, select it from the left-hand sidebar 
and then click the "Enable workflow" button.
 
 Here are the steps to use your personal CI on GitHub:
 

Reply via email to