File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11name : Check Dead Links
22
3+ # Cancel previous runs for the same PR/branch
4+ concurrency :
5+ group : cli-tests-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
38on :
49 pull_request :
510 types : [opened, ready_for_review]
Original file line number Diff line number Diff line change 11name : Check Documentation Quality
22
3+ # Cancel previous runs for the same PR/branch
4+ concurrency :
5+ group : cli-tests-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
38on :
49 pull_request :
510 types : [opened, ready_for_review]
Original file line number Diff line number Diff line change 11name : Claude Code Review
2+ # Cancel previous runs for the same PR/branch
3+ concurrency :
4+ group : cli-tests-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5+ cancel-in-progress : true
26
37on :
48 pull_request :
Original file line number Diff line number Diff line change 11name : Claude Code
2+ # Cancel previous runs for the same PR/branch
3+ concurrency :
4+ group : cli-tests-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5+ cancel-in-progress : true
26
37on :
48 issue_comment :
You can’t perform that action at this time.
0 commit comments