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:
@@ -1,11 +1,3 @@
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
paths:
|
||||
include:
|
||||
- dotnet
|
||||
|
||||
schedules:
|
||||
- cron: "0 0 * * *"
|
||||
displayName: 'Daily midnight build (including CodeQL)'
|
||||
|
||||
Reference in New Issue
Block a user