Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 28, 2025

The LookML Validation Pipeline workflow already supports manual triggering via workflow_dispatch:, but this capability was undocumented.

Changes

  • README.md: Added documentation for manual workflow triggering
    • Listed manual dispatch as a trigger event
    • Included step-by-step instructions for triggering from GitHub Actions UI
    • Documented use cases (re-running validation, testing specific branches, pre-PR validation)

Configuration

The workflow file already has the correct configuration:

# .github/workflows/lookml-validation.yml
on:
  workflow_dispatch:  # Enables manual triggering
  pull_request:
    branches: [ main, master, develop ]
  push:
    branches: [ main, master ]

The Spectacles Validation workflow (spectacles-validation.yml) intentionally lacks workflow_dispatch:, ensuring only the LookML Validation Pipeline can be manually triggered.

Original prompt

run the workflow manually to trigger only bi_sandbox/.github/workflows
/lookml-validation.yml file


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Trigger lookml validation workflow execution Document manual workflow dispatch for LookML Validation Pipeline Oct 28, 2025
Copilot AI requested a review from tamarahryt October 28, 2025 15:21
Copilot finished work on behalf of tamarahryt October 28, 2025 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants