Skip to content

fix: Filter the paths to run the pipeline#599

Open
Prekshith-Microsoft wants to merge 1 commit intodevfrom
psl-path-filter
Open

fix: Filter the paths to run the pipeline#599
Prekshith-Microsoft wants to merge 1 commit intodevfrom
psl-path-filter

Conversation

@Prekshith-Microsoft
Copy link
Copy Markdown
Contributor

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

This pull request updates the GitHub Actions workflow triggers to ensure that deployments and releases are only initiated when relevant files or workflows are changed. This helps prevent unnecessary workflow runs and makes CI/CD processes more efficient.

Workflow trigger improvements:

  • Added a paths filter to the push event in .github/workflows/Create-Release.yml, so the workflow only runs when files in infra/, App/, Deployment/, azure.yaml, or the workflow file itself are changed.
  • Added a paths filter to the push event in .github/workflows/deploy-v2.yml, restricting workflow runs to changes in key directories (infra/, App/, Deployment/, tests/), configuration files (azure.yaml), and relevant workflow files.## 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

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.

1 participant