We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052000b commit a1a3fb7Copy full SHA for a1a3fb7
eng/pipelines/coreclr/superpmi-replay.yml
@@ -1,20 +1,12 @@
1
-# This pipeline only runs on GitHub PRs, not on merges.
2
trigger: none
3
4
-# Only run on changes to the JIT directory. Don't run if the JIT-EE GUID has changed,
5
-# since there won't be any SuperPMI collections with the new GUID until the collection
6
-# pipeline completes after this PR is merged.
7
-pr:
+schedules:
+- cron: "0 7 * * *"
+ displayName: Daily at 11:00 PM (UTC-8:00)
8
branches:
9
include:
10
- main
11
- paths:
12
- include:
13
- - src/coreclr/jit/*
14
- - src/coreclr/gcinfo/*
15
- - src/coreclr/tools/superpmi/*
16
- exclude:
17
- - src/coreclr/inc/jiteeversionguid.h
+ always: true
18
19
variables:
20
- template: /eng/pipelines/common/variables.yml
0 commit comments