Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add scheduled runs for release/7.0* on community architectures
  • Loading branch information
Jo Shields committed Aug 17, 2022
commit 6223be8b68accc14a91dd91b1411b8af47f636ea
6 changes: 6 additions & 0 deletions eng/pipelines/runtime-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ schedules:
include:
- main
always: false # run only if there were changes since the last successful scheduled run.
- cron: "0 4,16 * * *" # run at 4:00 and 16:00 (UTC) which is 20:00 and 08:00 (PST).
displayName: Runtime-community release schedule
branches:
include:
- release/7.0*
always: false # run only if there were changes since the last successful scheduled run.

variables:
- template: /eng/pipelines/common/variables.yml
Expand Down