Skip to content

Commit b837efa

Browse files
Fix CI trigger of superpmi-asmdiffs pipeline (#61444)
1 parent ff82b6d commit b837efa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eng/pipelines/coreclr/superpmi-asmdiffs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
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 the SuperPMI collections will be invalid.
16
pr:
27
branches:
38
include:
49
- main
510
paths:
611
include:
712
- src/coreclr/jit/*
13+
exclude:
14+
- src/coreclr/inc/jiteeversionguid.h
815

916
jobs:
1017

0 commit comments

Comments
 (0)