Skip to content

Commit 4b0d151

Browse files
FBumannclaude
andcommitted
ci: add publish concurrency group, clean up pr-title trigger
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bcfb921 commit 4b0d151

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR Title Check
22

33
on:
44
pull_request:
5-
types: [opened, edited, synchronize, reopened]
5+
types: [opened, edited, reopened]
66

77
jobs:
88
validate:

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
required: true
1010
type: string
1111

12+
concurrency:
13+
group: publish-${{ inputs.tag || github.ref_name }}
14+
cancel-in-progress: false
15+
1216
permissions:
1317
contents: write
1418
id-token: write

0 commit comments

Comments
 (0)