Skip to content
Open
Changes from all commits
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
16 changes: 9 additions & 7 deletions eng/pipelines/coreclr/gc-standalone.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
trigger: none

schedules:
- cron: "0 5 * * *"
displayName: Mon through Sun at 9:00 PM (UTC-8:00)
branches:
include:
- main
always: true
# Scheduled runs are paused while we root-cause an ongoing issue.
# Do not remove this pipeline; re-enable by uncommenting the schedule below.
# schedules:
# - cron: "0 5 * * *"
# displayName: Mon through Sun at 9:00 PM (UTC-8:00)
# branches:
# include:
# - main
# always: true

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