Skip to content

Commit a72f3db

Browse files
committed
reword ci comments
1 parent 436899d commit a72f3db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)