We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba722fd commit 2a0af67Copy full SHA for 2a0af67
1 file changed
.github/workflows/clawsweeper-dispatch.yml
@@ -11,7 +11,7 @@ permissions:
11
12
concurrency:
13
group: clawsweeper-dispatch-${{ github.repository }}-${{ github.event.issue.number || github.event.pull_request.number || github.run_id }}
14
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.event.action == 'edited' || github.event.action == 'synchronize' || github.event.action == 'ready_for_review' }}
15
16
jobs:
17
dispatch:
0 commit comments