Skip to content

Commit e2724c7

Browse files
authored
Merge pull request #40 from elizaOS/update-github-workflows
Update GitHub workflow configurations
2 parents 4eb3347 + 34ecc96 commit e2724c7

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

.github/workflows/check-dead-links.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: 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+
38
on:
49
pull_request:
510
types: [opened, ready_for_review]

.github/workflows/check-documentation-quality.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: 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+
38
on:
49
pull_request:
510
types: [opened, ready_for_review]

.github/workflows/claude-code-review.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: 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

37
on:
48
pull_request:

.github/workflows/claude.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: 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

37
on:
48
issue_comment:

0 commit comments

Comments
 (0)