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 ea5b972 commit 62d6999Copy full SHA for 62d6999
.github/workflows/minimal.yml
@@ -5,19 +5,14 @@
5
name: Minimal workflow to test github action token
6
7
on:
8
- pull_request:
9
- branches: master
10
- types: [labeled]
+ workflow_dispatch
11
12
permissions: write-all
13
14
jobs:
15
minimal_token_test:
16
name: minimal_token_test
17
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)
21
steps:
22
- name: Checkout Flutter Repo
23
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
0 commit comments