From c4ea2701dc9c6593619154d4c870d7d35991fa41 Mon Sep 17 00:00:00 2001 From: Michael Peterson Date: Thu, 6 Jun 2024 10:40:41 -0700 Subject: [PATCH] Switching to manual trigger and updating comment. --- .github/workflows/release-azure-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index 65aff5cf..502c5a60 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -1,11 +1,10 @@ -# This pipeline will be triggered when either main branch is pushed or 2AM on workdays. +# This pipeline will be triggered manually. variables: - name: tags value: "nonproduction" readonly: true -trigger: -- main +trigger: none pr: none