Skip to content

Don't re-trigger CI on pushes to deploy/* branches#6298

Open
suhaibmujahid wants to merge 1 commit into
mozilla:masterfrom
suhaibmujahid:worktree-fix-6272-deploy-branch-ci
Open

Don't re-trigger CI on pushes to deploy/* branches#6298
suhaibmujahid wants to merge 1 commit into
mozilla:masterfrom
suhaibmujahid:worktree-fix-6272-deploy-branch-ci

Conversation

@suhaibmujahid

Copy link
Copy Markdown
Member

Fixes #6272

@suhaibmujahid suhaibmujahid requested review from Copilot and marco-c July 9, 2026 18:22
@suhaibmujahid suhaibmujahid marked this pull request as ready for review July 9, 2026 18:22
@suhaibmujahid suhaibmujahid enabled auto-merge (squash) July 9, 2026 18:22

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates Taskcluster decision logic to avoid running CI for pushes to deploy/* branches, preventing redundant CI runs on identical commits (Fixes #6272).

Changes:

  • Gate github-push task creation to exclude refs starting with refs/heads/deploy/.
  • Keep existing pull-request event behavior unchanged (opened/reopened/synchronize still trigger).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

Pushing to a deploy/* branch re-triggers CI on the same commit

2 participants