Skip to content

Commit

Permalink
Run builds nightly (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba authored Jun 24, 2024
1 parent 04729b7 commit b9f56a2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ trigger:
# CI only, does not trigger on PRs.
pr: none

schedules:
- cron: '30 10 * * *'
displayName: Nightly build
always: true
branches:
include:
- v4.x

resources:
repositories:
- repository: 1es
Expand Down
8 changes: 8 additions & 0 deletions azure-pipelines/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ pr:
include:
- v4.x

schedules:
- cron: '30 10 * * *'
displayName: Nightly build
always: true
branches:
include:
- v4.x

resources:
repositories:
- repository: 1es
Expand Down

0 comments on commit b9f56a2

Please sign in to comment.