File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 - name : Target size after job completion
128128 run : du -sh target | sort -k 2
129129
130- # which platforms a diff touches, tier1 jobs gate on this
130+ # groups the diff touches, tier1 skips the rest
131131 changes :
132132 name : Detect changed groups
133133 runs-on : ubuntu-26.04
@@ -138,15 +138,15 @@ jobs:
138138 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
139139 with :
140140 persist-credentials : false
141- fetch-depth : 0 # full history so the base commit exists for the diff
141+ fetch-depth : 0 # need full history so the base sha exists for the diff
142142 - name : Compute affected groups
143143 id : detect
144144 run : python3 ci/detect-changes.py
145145
146146 test_tier1 :
147147 name : Test tier1
148148 needs : changes
149- # untouched groups skip every step, the success gate passes on skipped
149+ # untouched groups spawn but every step is skipped, success gate passes those
150150 strategy :
151151 matrix :
152152 include :
You can’t perform that action at this time.
0 commit comments