Skip to content

Commit a1a3fb7

Browse files
Change superpmi-replay pipeline from PR triggered to scheduled (#113661)
1 parent 052000b commit a1a3fb7

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

eng/pipelines/coreclr/superpmi-replay.yml

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
1-
# This pipeline only runs on GitHub PRs, not on merges.
21
trigger: none
32

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:
3+
schedules:
4+
- cron: "0 7 * * *"
5+
displayName: Daily at 11:00 PM (UTC-8:00)
86
branches:
97
include:
108
- 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
9+
always: true
1810

1911
variables:
2012
- template: /eng/pipelines/common/variables.yml

0 commit comments

Comments
 (0)