Skip to content

Commit 881d000

Browse files
authored
Merge pull request #52 from snickerjp/feat-update-mysql-shell-and-workflows
refactor: remove redundant input definitions from check-new-release w…
2 parents 3f8595a + b8a1e3e commit 881d000

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/check-new-release.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
name: Check for new MySQL Shell releases
22

3-
4-
# このワークフローは以下を行います:
5-
# 1. MySQL Shellの最新リリースタグを検出
6-
# 2. 現在のDockerイメージのバージョンと比較
7-
# 3. 更新が必要な場合は自動的にPRを作成
8-
93
# このワークフローは以下を行います:
104
# 1. MySQL Shellの最新リリースタグを検出
115
# 2. 現在のDockerイメージのバージョンと比較
@@ -30,20 +24,6 @@ on:
3024
description: 'テスト用の強制LTS版バージョン(例:8.4.5)'
3125
required: false
3226
type: string
33-
inputs:
34-
dry_run:
35-
description: '実際のPRを作成せずにテスト実行'
36-
required: false
37-
default: false
38-
type: boolean
39-
innovation_version:
40-
description: 'テスト用の強制Innovation版バージョン(例:9.3.0)'
41-
required: false
42-
type: string
43-
lts_version:
44-
description: 'テスト用の強制LTS版バージョン(例:8.4.5)'
45-
required: false
46-
type: string
4727

4828
jobs:
4929
check-release:

0 commit comments

Comments
 (0)