From 8410d7e204a8990006b17d78b12905910f58a68e Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Thu, 01 Sep 2022 10:08:43 +0000 Subject: [PATCH] enable draft for xcm tests --- --- a/.github/workflows/xcm-tests.yml +++ b/.github/workflows/xcm-tests.yml @@ -7,14 +7,14 @@ workflows: ["xcm-testnet-build"] types: [requested] # 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 + # 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: -- gitstuff