From 4e467ba1be94b795d1c68ec62d9e9e68dd63c472 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Thu, 01 Sep 2022 11:28:05 +0000 Subject: [PATCH] change trugger for xcm-tests --- --- a/.github/workflows/xcm-tests.yml +++ b/.github/workflows/xcm-tests.yml @@ -5,7 +5,8 @@ # Triggers the workflow after xcm-testnet-build workflow_run: workflows: ["xcm-testnet-build"] - types: [requested] + types: + - completed # Triggers the workflow on push or pull request events but only for the master branch pull_request: branches: -- gitstuff