Skip to content

ci: remove unnecessary triggers from test automation workflow#211

Merged
Avijit-Microsoft merged 1 commit intodevfrom
remove-trigger-ta
Jul 9, 2025
Merged

ci: remove unnecessary triggers from test automation workflow#211
Avijit-Microsoft merged 1 commit intodevfrom
remove-trigger-ta

Conversation

@Harsh-Microsoft
Copy link
Copy Markdown
Contributor

Purpose

This pull request modifies the .github/workflows/test-automation.yml file to streamline the triggering mechanisms for the test automation workflow. The changes remove the push, schedule, and workflow_dispatch triggers, leaving only the workflow_call trigger.

Trigger adjustments:

  • .github/workflows/test-automation.yml: Removed push trigger for branches main and dev, the schedule trigger (cron job), and the workflow_dispatch trigger, leaving workflow_call as the sole trigger for the workflow.

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

@Avijit-Microsoft Avijit-Microsoft merged commit 256d645 into dev Jul 9, 2025
5 checks passed
@Harsh-Microsoft Harsh-Microsoft deleted the remove-trigger-ta branch July 10, 2025 10:01
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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