Skip to content

Commit 62d6999

Browse files
authored
[github actions] change minimal example workflow to be manually dispatched (#140435)
This would allow easier testing of the minimal example. Might need Github Admin power to trigger the manual dispatches.
1 parent ea5b972 commit 62d6999

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/minimal.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,14 @@
55
name: Minimal workflow to test github action token
66

77
on:
8-
pull_request:
9-
branches: master
10-
types: [labeled]
8+
workflow_dispatch
119

1210
permissions: write-all
1311

1412
jobs:
1513
minimal_token_test:
1614
name: minimal_token_test
1715
runs-on: ubuntu-latest
18-
if: |
19-
(github.event.label.name == format('cp{0} beta', ':') || github.event.label.name == format('cp{0} stable', ':')) &&
20-
(github.event.pull_request.merged == true)
2116
steps:
2217
- name: Checkout Flutter Repo
2318
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

0 commit comments

Comments
 (0)