Skip to content

Commit

Permalink
[ci] add a daily schedule for ACN PR pipeline (#3207)
Browse files Browse the repository at this point in the history
add daily schedule
  • Loading branch information
aranta-rokade authored Nov 28, 2024
1 parent 88f9f5a commit 4442e51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pipelines/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ trigger:
include:
- "*"

schedules:
- cron: "0 2 * * *" # Every day at 2am
displayName: "Official Nightly Pipeline"
branches:
include: ["master"]
always: true

stages:
- stage: setup
displayName: ACN
Expand Down

0 comments on commit 4442e51

Please sign in to comment.