We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eba65f commit 3af8734Copy full SHA for 3af8734
.github/workflows/test-bed.yml
@@ -7,6 +7,11 @@ on:
7
pull_request:
8
branches: [ main ]
9
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: ""
15
16
jobs:
17
test:
0 commit comments