On Wed, 15 Jun 2022 15:20:29 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

> I accidentally changed the behavior in GHA wrt multiple runs from the same 
> branch. The old solution used `cancel-in-progress: true` which means that an 
> old batch was cancelled when a new commit was pushed to the branch.
> 
> I think this is a good behavior, since it minimizes wait times for GHA 
> results, and wastes less GHA resources.
> 
> I changed this to `false` while developing the new GHA framework, and 
> intended to change it back before pushing, but forgot about it.

This pull request has now been integrated.

Changeset: cb5ef3da
Author:    Magnus Ihse Bursie <i...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/cb5ef3da1904e6639130c601db9644895807b4d6
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8288499: Restore cancel-in-progress in GHA

Reviewed-by: erikj, shade

-------------

PR: https://git.openjdk.org/jdk/pull/9170

Reply via email to