ci: remove every-commit trigger form nightly build (#5278)

We should not be triggering the nightly build pipeline on every commit.
This commit is contained in:
Jacob Alber
2025-01-31 10:42:53 -05:00
committed by GitHub
parent 71bf20b8a2
commit a67395798d

View File

@@ -1,11 +1,3 @@
trigger:
branches:
include:
- main
paths:
include:
- dotnet
schedules:
- cron: "0 0 * * *"
displayName: 'Daily midnight build (including CodeQL)'