Skip to content

Commit 318280f

Browse files
committed
chore(ci): remove unused skip-tests input from workflow
The skip-tests input was declared but never wired up to actually control test execution. Removing to avoid confusion.
1 parent ae1a60b commit 318280f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ on:
2121
- '.github/workflows/ci.yml'
2222
workflow_dispatch:
2323
inputs:
24-
skip-tests:
25-
description: 'Skip test execution'
26-
required: false
27-
type: boolean
28-
default: false
2924
node-versions:
3025
description: 'Node.js versions to test (JSON array)'
3126
required: false

0 commit comments

Comments
 (0)