From 8d0e01faefad6c7d6ac0ae1ba7bcffd5d958d183 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 3 Feb 2023 15:02:30 +0100 Subject: [PATCH] build: Enable Azure Pipeline again Let's give it another try to use the addition tests. The Azure Pipeline Agent extension seems to work now. Signed-off-by: Daniel Wagner --- .github/azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/azure-pipelines.yml b/.github/azure-pipelines.yml index 4b529032..97c858d6 100644 --- a/.github/azure-pipelines.yml +++ b/.github/azure-pipelines.yml @@ -6,7 +6,8 @@ # - nvme/012 # - nvme/013 -trigger: none # Disable CI triggers. +trigger: + - master jobs: - job: blktests -- 2.50.1