From c44d9b4f3b46363402eb2eaf5482b19956b5d3da Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Mon, 12 Oct 2020 19:57:35 -0700 Subject: [PATCH] Make sure CI pipelines legs get triggered when cmake modules are modified. (#755) Certain PRs, like this - https://github.com/Azure/azure-sdk-for-cpp/pull/753 weren't triggering any CI pipelines to run, when they should. Following suggestion from Wes: https://github.com/Azure/azure-sdk-for-cpp/pull/728#issuecomment-707251860 @Jinming-Hu, @katmsft - I think we should make a similar change to the storage ci.yml file. --- sdk/core/ci.yml | 2 ++ sdk/template/ci.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sdk/core/ci.yml b/sdk/core/ci.yml index 26dbbfe6e..7c7595fcd 100644 --- a/sdk/core/ci.yml +++ b/sdk/core/ci.yml @@ -8,6 +8,7 @@ trigger: - hotfix/* paths: include: + - cmake-modules/ - eng/ - CMakeLists.txt - sdk/core @@ -21,6 +22,7 @@ pr: - hotfix/* paths: include: + - cmake-modules/ - eng/ - CMakeLists.txt - sdk/core diff --git a/sdk/template/ci.yml b/sdk/template/ci.yml index a4951eab3..09aa05410 100644 --- a/sdk/template/ci.yml +++ b/sdk/template/ci.yml @@ -8,6 +8,7 @@ trigger: - hotfix/* paths: include: + - cmake-modules/ - eng/ - CMakeLists.txt - sdk/core @@ -22,6 +23,7 @@ pr: - hotfix/* paths: include: + - cmake-modules/ - eng/ - CMakeLists.txt - sdk/core/