Skip to content

Commit 3af8734

Browse files
committed
add input to workflow
1 parent 2eba65f commit 3af8734

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-bed.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
pull_request:
88
branches: [ main ]
99
workflow_dispatch:
10+
inputs:
11+
disabled-feature-branches:
12+
# GH doesn't have list inputs so we're using a string
13+
description: Feature branches for which syncing will be disabled, separated by comma (e.g. feat-1-main,feat-2-main)
14+
default: ""
1015

1116
jobs:
1217
test:

0 commit comments

Comments
 (0)