ci: narrow ClawSweeper dispatch cancellation

This commit is contained in:
Peter Steinberger
2026-04-28 11:53:06 +01:00
parent ba722fd126
commit 2a0af6754e

View File

@@ -11,7 +11,7 @@ permissions:
concurrency:
group: clawsweeper-dispatch-${{ github.repository }}-${{ github.event.issue.number || github.event.pull_request.number || github.run_id }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event.action == 'edited' || github.event.action == 'synchronize' || github.event.action == 'ready_for_review' }}
jobs:
dispatch: