From 2dabd21d754df259ce0e839e916b9ef4a0d42723 Mon Sep 17 00:00:00 2001 From: Glenn Musa <4622125+glennmusa@users.noreply.github.com> Date: Wed, 27 Oct 2021 12:34:28 -0400 Subject: [PATCH] disable CI trigger on credscan and policheck (#492) --- .azure-devops/cred-poli-scan.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.azure-devops/cred-poli-scan.yml b/.azure-devops/cred-poli-scan.yml index 353badbf0..1bda2b7f0 100644 --- a/.azure-devops/cred-poli-scan.yml +++ b/.azure-devops/cred-poli-scan.yml @@ -1,6 +1,11 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# disable CI per: +# https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#disabling-the-ci-trigger +trigger: none + +# pull request validation pr: - main @@ -21,4 +26,4 @@ jobs: - task: CredScan@2 inputs: toolMajorVersion: 'V2' - scanFolder: '$(System.DefaultWorkingDirectory)' \ No newline at end of file + scanFolder: '$(System.DefaultWorkingDirectory)'