Skip to content

Commit 0a554f1

Browse files
committed
fix: change release checkTest default to false
1 parent 087b24a commit 0a554f1

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/node-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
checkTest:
1515
type: boolean
1616
description: whether run test before release
17-
default: true
17+
default: false
1818

1919
dryRun:
2020
type: boolean

.github/workflows/node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
os:
77
type: string
8-
description: 'Operator System, such as: ubuntu-latest,macos-latest'
8+
description: 'Operator System, such as: ubuntu-latest, macos-latest'
99
default: 'ubuntu-latest, macos-latest, windows-latest'
1010

1111
version:

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ on:
3939
pull_request:
4040
branches: [ master, main, next, beta, '*.x' ]
4141

42-
workflow_dispatch: {}
43-
4442
jobs:
4543
Job:
4644
name: Node.js
@@ -63,8 +61,6 @@ on:
6361
pull_request:
6462
branches: [ master ]
6563

66-
workflow_dispatch: {}
67-
6864
jobs:
6965
Job:
7066
name: Node.js

0 commit comments

Comments
 (0)