Skip to content

Updating deployment GH actions and adding concurrency management #1905

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 1 commit into from
Apr 29, 2024

Conversation

lukdog
Copy link
Member

@lukdog lukdog commented Apr 29, 2024

What This PR Changes

At the moment the Deployment actions are executed in parallels causing cache issues and also many minutes consumptions.
With this PR I'm adding concurrency management, so from today, a new deployment will stop the current in progress one.
In this way, when multiple PRs are merged, the main branch will be deployed only one time

Contribution Guidelines

Copy link
Contributor

@jhansson-ard jhansson-ard left a comment

Choose a reason for hiding this comment

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

LGTM

@lukdog lukdog merged commit 8f981a0 into main Apr 29, 2024
4 of 7 checks passed
@lukdog lukdog deleted the updating-gh-actions branch April 29, 2024 14:19
@jhansson-ard jhansson-ard added arduino Bugs and fixes added by the Arduino Team infrastructure Fixes and updates to the infrastructure of the repo labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arduino Bugs and fixes added by the Arduino Team infrastructure Fixes and updates to the infrastructure of the repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants