Skip to content

ci: Exclude .gitignore and .github/workflows from triggering builds#7630

Merged
Evangelink merged 1 commit intomainfrom
ci/exclude-gitignore-and-workflows
Mar 30, 2026
Merged

ci: Exclude .gitignore and .github/workflows from triggering builds#7630
Evangelink merged 1 commit intomainfrom
ci/exclude-gitignore-and-workflows

Conversation

@Evangelink
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings March 30, 2026 11:22
@Evangelink Evangelink enabled auto-merge March 30, 2026 11:22
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Azure Pipelines trigger path filters to avoid running builds when only repository metadata files change.

Changes:

  • Add trigger.paths.exclude rules to skip builds for changes under .github/** and for .gitignore.
  • Expand PR path exclusions from .github/* to .github/** and add .gitignore exclusion.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
azure-pipelines.yml Adds/adjusts path exclusions for CI and PR triggers to avoid builds on .github/** and .gitignore changes.
azure-pipelines-official.yml Adds path exclusions for CI triggers to avoid builds on .github/** and .gitignore changes.
Comments suppressed due to low confidence (1)

azure-pipelines.yml:9

  • The PR title mentions excluding only .github/workflows, but the trigger path filter excludes all .github/**. If the intent is to only skip builds for workflow changes, narrow this to .github/workflows/** (and keep other .github changes triggering builds).
  paths:
    exclude:
      - .github/**
      - .gitignore

Comment thread azure-pipelines.yml
Comment thread azure-pipelines-official.yml
@Evangelink Evangelink merged commit f8dc21b into main Mar 30, 2026
15 checks passed
@Evangelink Evangelink deleted the ci/exclude-gitignore-and-workflows branch March 30, 2026 13:11
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.

3 participants