Skip to content

fix: Filter the paths for pipeline run#522

Merged
Roopan-Microsoft merged 2 commits intodevfrom
psl-filter-paths
Apr 9, 2026
Merged

fix: Filter the paths for pipeline run#522
Roopan-Microsoft merged 2 commits intodevfrom
psl-filter-paths

Conversation

@Prekshith-Microsoft
Copy link
Copy Markdown
Contributor

@Prekshith-Microsoft Prekshith-Microsoft commented Apr 6, 2026

This pull request updates the CI/CD pipeline triggers for both GitHub Actions and Azure Pipelines to ensure workflows only run when relevant files are changed. This optimizes pipeline runs by reducing unnecessary builds and deployments.

Pipeline trigger improvements:

  • Updated .github/workflows/create-release.yml to trigger only when changes are made to files in src/**, infra/**, azure.yaml, or the workflow file itself.
  • Modified src/ContentProcessor/azure_cicd.yml to trigger Azure Pipelines only when files in src/ContentProcessor/** are changed.
  • Modified src/ContentProcessorAPI/azure_cicd.yaml to trigger Azure Pipelines only when files in src/ContentProcessorAPI/** are changed.
  • Modified src/ContentProcessorWeb/azure_cicd.yaml to trigger Azure Pipelines only when files in src/ContentProcessorWeb/** are changed.
  • Modified src/ContentProcessorWorkflow/azure_cicd.yaml to trigger Azure Pipelines only when files in src/ContentProcessorWorkflow/** are changed.## Purpose
  • ...

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@Roopan-Microsoft Roopan-Microsoft merged commit dcd20cc into dev Apr 9, 2026
2 checks passed
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