Skip to content

Commit

Permalink
ci: remove every-commit trigger form nightly build (#5278)
Browse files Browse the repository at this point in the history
We should not be triggering the nightly build pipeline on every commit.
  • Loading branch information
lokitoth authored Jan 31, 2025
1 parent 71bf20b commit a673957
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .azure/pipelines/build.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
trigger:
branches:
include:
- main
paths:
include:
- dotnet

schedules:
- cron: "0 0 * * *"
displayName: 'Daily midnight build (including CodeQL)'
Expand Down

0 comments on commit a673957

Please sign in to comment.