Skip to content

Commit fd4719c

Browse files
committed
ci: 禁用release-changelog workflow触发条件
- 移除release和workflow_dispatch触发器 - 保留workflow但任何情况都不执行 - 等待模型/Bedrock配置问题解决
1 parent 436fbf2 commit fd4719c

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/release-changelog.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: Release - Update Changelog
22

3-
on:
4-
release:
5-
types: [published]
6-
workflow_dispatch:
7-
inputs:
8-
tag:
9-
description: 'Release tag (e.g., v0.3.0)'
10-
required: true
3+
on: []
114

125
permissions:
136
contents: write
@@ -32,7 +25,6 @@ jobs:
3225
- name: Update Changelog with Claude Code
3326
uses: anthropics/claude-code-action@v1
3427
with:
35-
model: "haiku"
3628
use_bedrock: "true"
3729
show_full_output: "false"
3830
prompt: |

0 commit comments

Comments
 (0)