Skip to content

chore: downmerge from main to dev#855

Merged
Avijit-Microsoft merged 5 commits into
devfrom
main
May 21, 2026
Merged

chore: downmerge from main to dev#855
Avijit-Microsoft merged 5 commits into
devfrom
main

Conversation

@Ragini-Microsoft
Copy link
Copy Markdown
Collaborator

Purpose

This pull request makes a minor update to the GitHub Actions workflow configuration for Azure deployments. The change removes the automatic trigger for the workflow on pushes to the main branch affecting certain files, so the workflow can now only be run manually.

  • Removed the push event trigger from .github/workflows/azure-dev.yml, so the workflow is no longer triggered automatically on changes to infrastructure or workflow files; it can now only be started via manual dispatch.

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

Yamini-Microsoft and others added 5 commits May 14, 2026 17:37
Remove push trigger to prevent automatic resource provisioning.
The workflow now only runs via workflow_dispatch.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
fix: Restrict deploy workflow to manual trigger only
chore: dev to main merge
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

This pull request updates the Azure Dev deployment GitHub Actions workflow so it no longer triggers automatically on push to main (for infra/workflow-related path changes) and can only be run manually via workflow_dispatch.

Changes:

  • Removed the push event trigger from .github/workflows/azure-dev.yml to disable automatic runs on main.
  • Kept workflow_dispatch as the sole trigger for the Azure Dev deployment workflow.

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

@Avijit-Microsoft Avijit-Microsoft merged commit 12404b6 into dev May 21, 2026
76 of 78 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.

6 participants