From a67395798d9449578f322e0659a375ac0b20bdbf Mon Sep 17 00:00:00 2001 From: Jacob Alber Date: Fri, 31 Jan 2025 10:42:53 -0500 Subject: [PATCH] ci: remove every-commit trigger form nightly build (#5278) We should not be triggering the nightly build pipeline on every commit. --- .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)'