From 83a2b8503a5532f691a8393003dce1a155a00675 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:14:00 +0000 Subject: [PATCH 1/2] Initial plan From 7e6f3e8106595e7cfa608f05bef29606c7d31073 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:18:23 +0000 Subject: [PATCH 2/2] Document manual workflow trigger capability in README Co-authored-by: tamarahryt <122039821+tamarahryt@users.noreply.github.com> --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index bdb1cf6..fe7b30e 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,23 @@ CI/CD pipeline is a comprehensive LookML Validation Pipeline that automatically ## Trigger Events The pipeline runs on: +* **Manual workflow dispatch**: Can be triggered manually from GitHub Actions UI * Pull Requests to main, master, or develop branches * Direct pushes to main or master branches * Only when LookML-related files are changed (.lkml, .lookml, .view, etc.) + +### Manual Triggering +The LookML Validation Pipeline can be manually triggered: +1. Go to the repository's **Actions** tab on GitHub +2. Select **"LookML Validation Pipeline"** from the workflows list +3. Click **"Run workflow"** button +4. Select the branch you want to run the validation on +5. Click **"Run workflow"** to start the validation + +This is useful for: +- Re-running validation without making code changes +- Testing the pipeline on a specific branch +- Validating LookML code before creating a pull request ## File Structure & Responsibilities