We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f8595a + b8a1e3e commit 881d000Copy full SHA for 881d000
.github/workflows/check-new-release.yml
@@ -1,11 +1,5 @@
1
name: Check for new MySQL Shell releases
2
3
-
4
-# このワークフローは以下を行います:
5
-# 1. MySQL Shellの最新リリースタグを検出
6
-# 2. 現在のDockerイメージのバージョンと比較
7
-# 3. 更新が必要な場合は自動的にPRを作成
8
9
# このワークフローは以下を行います:
10
# 1. MySQL Shellの最新リリースタグを検出
11
# 2. 現在のDockerイメージのバージョンと比較
@@ -30,20 +24,6 @@ on:
30
24
description: 'テスト用の強制LTS版バージョン(例:8.4.5)'
31
25
required: false
32
26
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
42
- type: string
43
- lts_version:
44
- description: 'テスト用の強制LTS版バージョン(例:8.4.5)'
45
46
47
27
48
28
jobs:
49
29
check-release:
0 commit comments