Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 28, 2025

Currently three workflows trigger on the same events (pull_request, push), causing redundant CI runs. This change ensures only lookml-validation-partly.yml executes automatically.

Changes

Disabled automatic triggers for:

  • .github/workflows/lookml-validation.yml - commented out pull_request and push triggers
  • .github/workflows/spectacles-validation.yml - commented out pull_request and push triggers

Both workflows retain workflow_dispatch for manual execution when needed.

Active workflow:

  • .github/workflows/lookml-validation-partly.yml - unchanged, remains the sole automatic workflow

Result

On PR/push events:

  • lookml-validation-partly.yml runs
  • ⏸️ lookml-validation.yml skipped (manual only)
  • ⏸️ spectacles-validation.yml skipped (manual only)
Original prompt

run ONLY lookml-validation-partly.yml


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Run LookML validation for partial configuration Disable competing workflows to run only lookml-validation-partly.yml Oct 28, 2025
Copilot AI requested a review from tamarahryt October 28, 2025 17:28
Copilot finished work on behalf of tamarahryt October 28, 2025 17:28
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