From d824bc32bf1d8962f0438e3ae04c1f1647735444 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Tue, 14 Nov 2023 19:12:19 +0900 Subject: [PATCH] chore: suppress azure-pipelines on pr/push Signed-off-by: Hiroshi Miura --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3dbedfd6..a61c2bdb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,5 @@ +trigger: none +pr: none schedules: - cron: '0 12 * * 0' displayName: Weekly sunday full tests