Skip to content

Commit 2a0af67

Browse files
committed
ci: narrow ClawSweeper dispatch cancellation
1 parent ba722fd commit 2a0af67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clawsweeper-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
concurrency:
1313
group: clawsweeper-dispatch-${{ github.repository }}-${{ github.event.issue.number || github.event.pull_request.number || github.run_id }}
14-
cancel-in-progress: true
14+
cancel-in-progress: ${{ github.event.action == 'edited' || github.event.action == 'synchronize' || github.event.action == 'ready_for_review' }}
1515

1616
jobs:
1717
dispatch:

0 commit comments

Comments
 (0)