Skip to content

Separate GitHub actions workflows #196

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

Merged
merged 3 commits into from
Dec 9, 2020
Merged

Conversation

stefanbotez
Copy link
Contributor

Description of changes:

  • GitHub actions workflow currently builds all packages on push and pull request no matter of the package changed
  • Separated the GitHub actions workflows to run based on the package changed. It builds the package changed and the packages that depend on that package. There could be some duplication builds if multiple packages are changed in a single pull request, but for most cases it should not be a problem since before including the RIC, building all the other packages took around 1 minute.

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

@carlzogh carlzogh merged commit b667a24 into aws:master Dec 9, 2020
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