Skip to content

Commit

Permalink
add daily schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
aranta-rokade committed Nov 27, 2024
1 parent 550f7aa commit 90cc8f0
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 90cc8f0

Please sign in to comment.