From c0b6195161c761ef8a27f1de410916272239de26 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 22 Mar 2023 11:25:04 -0700 Subject: [PATCH] CI: skip Azure for more commits which change only GHA --- .azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index a8ac0f7ff8..3e2afa50fe 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -36,6 +36,7 @@ trigger: - '.circleci/*' - '.cirrus.yml' - '.github/*' + - '.github/workflows/*' - 'appveyor.yml' - 'packages/*' - 'plan9/*'