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 b7719fc commit f411a59Copy full SHA for f411a59
.github/workflows/flutter.yml
@@ -5,16 +5,16 @@ on:
5
branches: [ "master" ]
6
pull_request:
7
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
17
+ # workflow_dispatch:
+ # inputs:
+ # sdk_branch:
+ # description: "Specify the SDK branch"
+ # required: false
+ # default: "master"
+ # testapp_branch:
+ # description: "Specify the test app branch"
18
19
jobs:
20
unit_test_coverage:
0 commit comments