git.delta.rocks / unique-network / refs/commits / 8410d7e204a8

difftreelog

enable draft for xcm tests

Konstantin Astakhov2022-09-01parent: #ab27f3d.patch.diff
in: master

1 file changed

modified.github/workflows/xcm-tests.ymldiffbeforeafterboth
7 workflows: ["xcm-testnet-build"]7 workflows: ["xcm-testnet-build"]
8 types: [requested] 8 types: [requested]
9 # Triggers the workflow on push or pull request events but only for the master branch9 # Triggers the workflow on push or pull request events but only for the master branch
10 pull_request:10 # pull_request:
11 branches:11 # branches:
12 - master12 # - master
13 types:13 # types:
14 - opened14 # - opened
15 - reopened15 # - reopened
16 - synchronize #commit(s) pushed to the pull request16 # - synchronize #commit(s) pushed to the pull request
17 - ready_for_review17 # - ready_for_review
1818
19 # Allows you to run this workflow manually from the Actions tab19 # Allows you to run this workflow manually from the Actions tab
20 workflow_dispatch:20 workflow_dispatch:
2121
22#Define Workflow variables22#Define Workflow variables