From 465d9d6cc13db7bbd56736cdd4e3c9a2c4632441 Mon Sep 17 00:00:00 2001 From: Jacob Alber Date: Thu, 30 Jan 2025 19:41:31 -0500 Subject: [PATCH] ci: remove every-commit trigger form nightly build --- .azure/pipelines/build.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.azure/pipelines/build.yaml b/.azure/pipelines/build.yaml index 7ce3f0c1efa9..37c40b7e2d78 100644 --- a/.azure/pipelines/build.yaml +++ b/.azure/pipelines/build.yaml @@ -1,11 +1,3 @@ -trigger: - branches: - include: - - main - paths: - include: - - dotnet - schedules: - cron: "0 0 * * *" displayName: 'Daily midnight build (including CodeQL)'