Skip to content

Commit

Permalink
make official pipeline run nightly (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Oct 23, 2024
1 parent fcfe35d commit fa76236
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions eng/ci/official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ trigger:
- v4.x/*
- v3.x/*

schedules:
- cron: "0 0 * * *"
displayName: Daily midnight build
branches:
include:
- dev
- v4.x/*
- v3.x/*
always: true

# CI only, does not trigger on PRs.
pr: none

Expand Down

0 comments on commit fa76236

Please sign in to comment.