From e12c8a72541553c26982246e5c9e3f72a35d811d Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Thu, 18 Feb 2021 22:41:16 +0100 Subject: [PATCH] add Azure tags trigger (#6066) * add Azure tags trigger * fix * mnodes --- .github/workflows/ci_test-mnodes.yml | 9 +++------ azure-pipelines.yml | 4 ++++ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_test-mnodes.yml b/.github/workflows/ci_test-mnodes.yml index 259ce9642e..a052583413 100644 --- a/.github/workflows/ci_test-mnodes.yml +++ b/.github/workflows/ci_test-mnodes.yml @@ -23,15 +23,12 @@ name: Multi Nodes GPU Tests # 20. Upload coverage to Codecov # 21. Delete Group Node -#on: push - on: push: branches: - - master - - release/* - pull_request: - types: [closed] + - never-ever-run- + #pull_request: + # types: [closed] env: AWS_CLUSTER: pl-lightning-torchelastic diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 13a772247b..6d4d49aff4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,10 +4,14 @@ # https://docs.microsoft.com/azure/devops/pipelines/languages/python trigger: + tags: + include: + - '*' branches: include: - master - release/* + - refs/tags/* pr: - master - release/*