Skip to content

Commit 892fee5

Browse files
committed
refactor: remove dry run input from workflow trigger
1 parent 541e65b commit 892fee5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
branches: [main]
77
paths-ignore: ['.github/workflows/**']
88
workflow_dispatch:
9-
inputs:
10-
dry_run:
11-
description: 'Run in test mode (no actual publish)'
12-
type: boolean
13-
default: false
149

1510
jobs:
1611
validate:

0 commit comments

Comments
 (0)