Skip to content

Commit 065b665

Browse files
committed
fix(ci): remove DEPLOY input parameter from workflow
1 parent 7ba47c5 commit 065b665

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,9 @@ on:
1212
BRANCH:
1313
required: true
1414
default: 'master'
15-
DEPLOY:
16-
required: true
17-
default: 'false'
18-
type: choice
19-
options:
20-
- 'true'
21-
- 'false'
2215

2316
env:
2417
BRANCH: ${{ github.event.inputs.BRANCH || github.ref }}
25-
DEPLOY: ${{ github.event.inputs.DEPLOY || 'false' }}
2618

2719
jobs:
2820
build:

0 commit comments

Comments
 (0)