Skip to content

fix(ci): allow edited events to trigger full CI run#1897

Merged
piorpua merged 1 commit intomainfrom
zynx/fix/ci-edited-cancel
Mar 30, 2026
Merged

fix(ci): allow edited events to trigger full CI run#1897
piorpua merged 1 commit intomainfrom
zynx/fix/ci-edited-cancel

Conversation

@piorpua
Copy link
Copy Markdown
Contributor

@piorpua piorpua commented Mar 30, 2026

Summary

  • Remove edited exclusion from all 6 job if conditions in pr-checks.yml
  • Previously, edited events would cancel an in-progress CI run (via concurrency: cancel-in-progress: true) but then skip all jobs — leaving the PR with no completed CI
  • Now edited triggers a full CI run, consistent with opened and synchronize

Test plan

  • Edit a PR description while CI is running — verify the previous run is cancelled and a new full CI run starts
  • Close a PR — verify only cancel-if-closed job runs (unchanged behavior)

Remove 'edited' exclusion from all job conditions so that PR edits
cancel in-progress runs (via concurrency) and start a fresh full CI,
instead of cancelling the previous run and doing nothing.
@piorpua piorpua merged commit aa89c36 into main Mar 30, 2026
17 checks passed
@piorpua piorpua deleted the zynx/fix/ci-edited-cancel branch March 30, 2026 03:27
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.

1 participant