Skip to content

Commit c71e1b2

Browse files
committed
Test smoke workflow
1 parent 22098c7 commit c71e1b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/smoke-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ on:
66
pull_request:
77
types: [opened, synchronize, reopened]
88
workflow_dispatch:
9-
description: 'Run smoke tests manually'
9+
inputs:
10+
branch:
11+
description: 'Branch to test'
12+
required: true
13+
default: 'main'
1014

1115
jobs:
1216
smoke-test:

0 commit comments

Comments
 (0)