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