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/*