From f1bcdae43983b32f4b4567171ab57a2532cb0bf6 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Sat, 17 Apr 2021 20:21:07 +0530 Subject: [PATCH 1/4] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d3ac4b5761633..484564c1b7492 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,7 @@ trigger: - NEWS - UPGRADING - UPGRADING.INTERNALS + - README.md schedules: - cron: "0 1 * * *" From 8b8d9d2bbc518510e51b8240b7c34052199a2623 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Sat, 17 Apr 2021 20:38:55 +0530 Subject: [PATCH 2/4] Update azure-pipelines.yml OKAY. Co-authored-by: Gabriel Caruso --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 484564c1b7492..1ea3db7ea9465 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ trigger: - NEWS - UPGRADING - UPGRADING.INTERNALS - - README.md + - *.md schedules: - cron: "0 1 * * *" From 0ae16bf969e1e34c68389be603b3c6eadd2c0130 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Sat, 17 Apr 2021 20:41:58 +0530 Subject: [PATCH 3/4] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1ea3db7ea9465..743d68619e29e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,7 @@ trigger: - UPGRADING - UPGRADING.INTERNALS - *.md + - ext/* schedules: - cron: "0 1 * * *" From d9fff02c1e5aab74b76f919613bdf6e70aeb0d9c Mon Sep 17 00:00:00 2001 From: Himanshu Date: Tue, 20 Apr 2021 10:36:59 +0530 Subject: [PATCH 4/4] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 743d68619e29e..eafd57fd90f09 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ trigger: - UPGRADING - UPGRADING.INTERNALS - *.md - - ext/* + - ext/*.md schedules: - cron: "0 1 * * *"