Skip to content

chore: update Deploy development workflow sample - #517

Open
MykhailoRyzhman wants to merge 2 commits into
mainfrom
chore/update-deploy-development-workflow-sample
Open

MykhailoRyzhman wants to merge 2 commits into
mainfrom
chore/update-deploy-development-workflow-sample

Conversation

@MykhailoRyzhman

Copy link
Copy Markdown
Contributor

Applicable issues

  • fixes #

Description of changes

Context / Problem: The Deploy development workflow is currently configured with multiple triggers. The combination of registry_package and workflow_run causes redundant deployments. After a successful Release Workflow, the Deploy development workflow triggers twice:

  • Immediately after the Release Workflow finishes (via workflow_run).
  • Approximately 30 minutes later, when the new package versions are finally detected (via registry_package).

This PR resolves the issue by removing the redundant trigger (registry_package), ensuring the deployment only runs once.

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@MykhailoRyzhman MykhailoRyzhman self-assigned this Jun 17, 2026
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