From e9b53c88d81033f7794dfcccf893b96de33e3805 Mon Sep 17 00:00:00 2001 From: Krzysztof Maziarz Date: Tue, 11 Jul 2023 10:36:42 +0000 Subject: [PATCH] fix(.github): Avoid running the security pipeline on every PR --- .github/azure_pipelines/code-security-analysis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/azure_pipelines/code-security-analysis.yml b/.github/azure_pipelines/code-security-analysis.yml index ce044d93..c3c91174 100644 --- a/.github/azure_pipelines/code-security-analysis.yml +++ b/.github/azure_pipelines/code-security-analysis.yml @@ -5,6 +5,9 @@ schedules: include: - main +pr: none +trigger: none + pool: vmImage: 'windows-latest'