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

Fix concurrency issue on deploy action #1187

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Conversation

LuisDuarte1
Copy link
Member

This occurs when there are too many PRs merged in a 10-minute window. To avoid this, we set a concurrency group per branch (in this case only develop and master apply). I feel like canceling the previous deploy actions makes the merged PR less semantic because we technically lose track of where the hotfixes happened.

This occurs when there are too many PRs merged in a 10-minute
window. To avoid this, we set a concurrency group per branch
(in this case only develop and master apply). I feel like that
cancelling the previous deploy actions makes the merged PR
less semantic because we technically loose track of where the
hotfixes happened.
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

Merging #1187 (4213325) into master (f5e5741) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1187   +/-   ##
======================================
  Coverage      16%     16%           
======================================
  Files         229     229           
  Lines        6957    6957           
======================================
  Hits         1086    1086           
  Misses       5871    5871           

@LuisDuarte1 LuisDuarte1 merged commit 2b1a735 into master Mar 5, 2024
6 checks passed
@LuisDuarte1 LuisDuarte1 deleted the ci/concurrency-fix branch March 5, 2024 21:42
@limwa limwa linked an issue Mar 5, 2024 that may be closed by this pull request
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.

[CD] Prevent multiple deploy runs at the same time
2 participants