Skip to content

Commit f411a59

Browse files
Remove custom dispatch action
1 parent b7719fc commit f411a59

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/flutter.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ on:
55
branches: [ "master" ]
66
pull_request:
77
branches: [ "master" ]
8-
workflow_dispatch:
9-
inputs:
10-
sdk_branch:
11-
description: "Specify the SDK branch"
12-
required: false
13-
default: "master"
14-
testapp_branch:
15-
description: "Specify the test app branch"
16-
required: false
17-
default: "master"
8+
# workflow_dispatch:
9+
# inputs:
10+
# sdk_branch:
11+
# description: "Specify the SDK branch"
12+
# required: false
13+
# default: "master"
14+
# testapp_branch:
15+
# description: "Specify the test app branch"
16+
# required: false
17+
# default: "master"
1818

1919
jobs:
2020
unit_test_coverage:

0 commit comments

Comments
 (0)