difftreelog
Revert "try another trigger for xcm workflows"
in: master
This reverts commit 7ef2a7f8cbd4c7be24c90b697593b523a6b7cc0c.
2 files changed
.github/workflows/xcm-testnet-build.ymldiffbeforeafterboth--- a/.github/workflows/xcm-testnet-build.yml
+++ b/.github/workflows/xcm-testnet-build.yml
@@ -1,7 +1,16 @@
name: xcm-testnet-build
# Controls when the action will run.
-on: [pull_request]
+on:
+ # Triggers the workflow on push or pull request events but only for the master branch
+ pull_request:
+ branches:
+ - master
+ types:
+ - opened
+ - reopened
+ - synchronize #commit(s) pushed to the pull request
+ - ready_for_review
# Allows you to run this workflow manually from the Actions tab
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 5 # Triggers the workflow on push or pull request events but only for the master branch10 # Triggers the workflow on push or pull request events but only for the master branch6 pull_request:11 pull_request:7 branches:12 branches:26# A workflow run is made up of one or more jobs that can run sequentially or in parallel31# A workflow run is made up of one or more jobs that can run sequentially or in parallel27jobs:32jobs:2829 xcm-build:30 uses: ./.github/workflows/xcm-testnet-build.yml313332 prepare-execution-marix:34 prepare-execution-marix:333534 name: Prepare execution matrix36 name: Prepare execution matrix353736 needs: [xcm-build]37 38 runs-on: XL38 runs-on: XL39 outputs:39 outputs: