Skip to content

Conversation

@jesmrec
Copy link
Collaborator

@jesmrec jesmrec commented Nov 6, 2025

Add concurrency control to the CI workflows that take longer, in order to keep only one execution per branch

If the same workflow is triggered twice (or more) over the same branch, the oldest execution is cancelled. It helps to optimize how we use CI resources, since the relevant execution is always the newest one, other older ones are discarded.

Documentation related: https://docs.github.com/en/actions/how-tos/write-workflows/choose-when-workflows-run/control-workflow-concurrency#example-using-concurrency-and-the-default-behavior

Related Issues

App:

  • Add changelog files for the fixed issues in folder changelog/unreleased. More info here
  • Add feature to Release Notes in ReleaseNotesViewModel.kt creating a new ReleaseNote() with String resources (if required)

QA

@jesmrec jesmrec requested a review from joragua November 6, 2025 13:36
@jesmrec jesmrec marked this pull request as ready for review November 6, 2025 13:36
@jesmrec jesmrec self-assigned this Nov 6, 2025
@jesmrec jesmrec changed the title [TECHNICAL] Add concurrency control to the longest CI workflows [TECHNICAL] Add concurrency control to the CI workflows that take longer Nov 6, 2025
Copy link
Collaborator

@joragua joragua left a comment

Choose a reason for hiding this comment

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

💯

@jesmrec jesmrec merged commit 72371d5 into master Nov 7, 2025
10 checks passed
@jesmrec jesmrec deleted the technical/add_cancellation_policy_workflows branch November 7, 2025 12:45
@joragua joragua removed the Sprint label Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants