Skip to content

Commit 53a2368

Browse files
Copilotpuehringer
andcommitted
Remove workflow_dispatch section from build-node-python.yml
Co-authored-by: puehringer <[email protected]>
1 parent 50c8130 commit 53a2368

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/build-node-python.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -105,38 +105,6 @@ on:
105105
required: false
106106
CHROMATIC_PROJECT_TOKEN:
107107
required: false
108-
workflow_dispatch:
109-
inputs:
110-
branch:
111-
type: string
112-
required: false
113-
description: "Branch to build"
114-
default: "main"
115-
auto_fix_lint:
116-
description: "Automatically fix linting errors when possible and commit changes"
117-
type: boolean
118-
required: false
119-
default: false
120-
cypress_enable:
121-
description: "Global enable for cypress"
122-
type: boolean
123-
required: false
124-
default: false
125-
playwright_enable:
126-
description: "Global enable for playwright"
127-
type: boolean
128-
required: false
129-
default: false
130-
node_run_webpack:
131-
description: "Flag to always run the webpack production build."
132-
type: boolean
133-
required: false
134-
default: false
135-
run_parallel:
136-
description: "Flag to ensure that node and python jobs are run in parallel."
137-
type: boolean
138-
required: false
139-
default: true
140108

141109
env:
142110
NPM_REGISTRY: "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)