Skip to content

Commit

Permalink
Disable the clrinterpreter pipeline schedule (dotnet#59229)
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall authored Sep 16, 2021
1 parent 82223e5 commit 8ad8ed2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions eng/pipelines/coreclr/clrinterpreter.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
trigger: none

schedules:
- cron: "0 19 * * 6,0"
displayName: Sat and Sun at 11:00 AM (UTC-8:00)
branches:
include:
- main
always: true
# Don't schedule the interpreter pipeline unless we commit to making it clean and monitoring the results.
#schedules:
#- cron: "0 19 * * 6,0"
# displayName: Sat and Sun at 11:00 AM (UTC-8:00)
# branches:
# include:
# - main
# always: true

jobs:

Expand Down

0 comments on commit 8ad8ed2

Please sign in to comment.