From 3efec185acd5d536d8fd71d8dffb128bb631ef70 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 29 May 2024 17:45:35 -0400 Subject: CI: clean up azure triggers --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 76440de..ea511f3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ trigger: - 'test cases' - 'unittests' - 'azure-pipelines.yml' - - 'ci/azure-steps.yml' + - 'ci/run.ps1' - 'run_project_tests.py' - 'run_tests.py' - 'run_unittests.py' @@ -41,7 +41,7 @@ pr: - 'test cases' - 'unittests' - 'azure-pipelines.yml' - - 'ci/azure-steps.yml' + - 'ci/run.ps1' - 'run_project_tests.py' - 'run_tests.py' - 'run_unittests.py' -- cgit v1.1