From ace7f48f905f1dae480479f669d596dedb0066a3 Mon Sep 17 00:00:00 2001 From: Mohamed Awnallah Date: Fri, 26 Sep 2025 21:05:23 +0000 Subject: [PATCH] CONTRIBUTING.md: include workflows README doc --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62ec90b9cb69..bc5b854e5e86 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -225,6 +225,10 @@ Execute: Pull request template has a link to a [catalog of trigger phrases](https://github.com/apache/beam/blob/master/.test-infra/jenkins/README.md) that start various post-commit tests suites. Use these sparingly because post-commit tests consume shared development resources. +For detailed information about GitHub workflows, including how to trigger them +manually and fix workflow issues, see the +[workflows README](https://github.com/apache/beam/blob/master/.github/workflows/README.md). + ### Review Process and Releases #### Get Reviewed