difftreelog
try another trigger for xcm workflows
in: master
2 files changed
.github/workflows/xcm-testnet-build.ymldiffbeforeafterboth1name: xcm-testnet-build1name: xcm-testnet-build223# Controls when the action will run.3# Controls when the action will run.4on:4on: [pull_request]5 # Triggers the workflow on push or pull request events but only for the master branch6 pull_request:7 branches:8 - master9 types:10 - opened11 - reopened12 - synchronize #commit(s) pushed to the pull request13 - ready_for_review14515 # Allows you to run this workflow manually from the Actions tab6 # Allows you to run this workflow manually from the Actions tab16 workflow_dispatch:7 workflow_dispatch:.github/workflows/xcm-tests.ymldiffbeforeafterboth223# Controls when the action will run.3# Controls when the action will run.4on:4on:5 # Triggers the workflow after xcm-testnet-build 6 workflow_run:7 workflows: ["xcm-testnet-build"]8 types: 9 - completed 10 # Triggers the workflow on push or pull request events but only for the master branch5 # Triggers the workflow on push or pull request events but only for the master branch11 pull_request:6 pull_request:12 branches:7 branches:31# A workflow run is made up of one or more jobs that can run sequentially or in parallel26# A workflow run is made up of one or more jobs that can run sequentially or in parallel32jobs:27jobs:2829 xcm-build:30 uses: ./.github/workflows/xcm-testnet-build.yml333134 prepare-execution-marix:32 prepare-execution-marix:353336 name: Prepare execution matrix34 name: Prepare execution matrix373536 needs: [xcm-build]37 38 runs-on: XL38 runs-on: XL39 outputs:39 outputs: