]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: Don't cancel in progress jobs for claude-review workflow
authorDaan De Meyer <daan@amutable.com>
Mon, 9 Mar 2026 09:33:20 +0000 (10:33 +0100)
committerDaan De Meyer <daan@amutable.com>
Mon, 9 Mar 2026 10:15:34 +0000 (11:15 +0100)
This workflow runs on any comment to a github PR. 99% of the time the
workflow will be skipped yet it will still cancel any previous ongoing
workflows. Let's not cancel in progress workflow but instead queue the
workflow so we don't cancel in progress reviews any time a comment is
posted on a PR that is being reviewed.

.github/workflows/claude-review.yml

index 33097f95ad40772b0213ebddb288b66ab9adb9ac..a6c133aaa7f99b51076020d18ccd1022be6ba5c1 100644 (file)
@@ -20,7 +20,6 @@ on:
 
 concurrency:
   group: claude-review-${{ github.event.pull_request.number || github.event.issue.number }}
-  cancel-in-progress: true
 
 jobs:
   review: