lhotari commented on code in PR #1133: URL: https://github.com/apache/pulsar-site/pull/1133#discussion_r3140622895
########## 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 actions may still be disabled by default and must be enabled explicitly. Review Comment: ```suggestion 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. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
