Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid duplicate package creation #385

Merged
merged 11 commits into from
Oct 29, 2024

Conversation

Tostti
Copy link
Member

@Tostti Tostti commented Oct 29, 2024

Description

This PR modifies the package building action to prevent it from building a package if it was already created previously (based on its name)

Issues Resolved

#374

Evidence

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

@Tostti Tostti self-assigned this Oct 29, 2024
Copy link
Member

@yenienserrano yenienserrano left a comment

Choose a reason for hiding this comment

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

LGTM

@Tostti Tostti merged commit 9a50aa3 into 4.10.0 Oct 29, 2024
74 of 76 checks passed
@Tostti Tostti deleted the change/374-avoid-dulplicate-package-construction branch October 29, 2024 18:25
Tostti added a commit that referenced this pull request Nov 5, 2024
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.

Avoid duplicate package construction based on latest repositories commits
2 participants