Skip to content

[v3-2-test] Fix newsfragment check being cancelled on rapid PR events (#64447)#64495

Merged
potiuk merged 1 commit intov3-2-testfrom
backport-7e29628-v3-2-test
Apr 1, 2026
Merged

[v3-2-test] Fix newsfragment check being cancelled on rapid PR events (#64447)#64495
potiuk merged 1 commit intov3-2-testfrom
backport-7e29628-v3-2-test

Conversation

@github-actions
Copy link
Copy Markdown

Change cancel-in-progress from true to false so that concurrent
runs queue instead of cancelling each other. This check is very
lightweight (single API call) so queueing has no downside, and
avoids spurious "Cancelled" status on PRs that receive multiple
events in quick succession (e.g. push + label change).
(cherry picked from commit 7e29628)

Co-authored-by: Jarek Potiuk jarek@potiuk.com

…#64447)

Change cancel-in-progress from true to false so that concurrent
runs queue instead of cancelling each other. This check is very
lightweight (single API call) so queueing has no downside, and
avoids spurious "Cancelled" status on PRs that receive multiple
events in quick succession (e.g. push + label change).
(cherry picked from commit 7e29628)

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
@boring-cyborg boring-cyborg bot added area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch labels Mar 30, 2026
@potiuk potiuk marked this pull request as ready for review April 1, 2026 11:40
@potiuk potiuk merged commit ad55bc4 into v3-2-test Apr 1, 2026
5 checks passed
@potiuk potiuk deleted the backport-7e29628-v3-2-test branch April 1, 2026 11:40
vatsrahul1001 pushed a commit that referenced this pull request Apr 8, 2026
…#64447) (#64495)

Change cancel-in-progress from true to false so that concurrent
runs queue instead of cancelling each other. This check is very
lightweight (single API call) so queueing has no downside, and
avoids spurious "Cancelled" status on PRs that receive multiple
events in quick succession (e.g. push + label change).
(cherry picked from commit 7e29628)

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant