Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
t0mas88
6mo ago
0 comments
Save
Share
If you push a branch with many commits, does it run CI on each commit? In sequence or with some parallelism?
0 comments
3 comments · 1 top-level
top
newest
oldest
y-curious
6mo ago
· 2 in thread
It runs on the last commit with the idea that it will all be squashed at merge. Are you worried about reverting some commits but not all?
martinvonz
6mo ago
That depends on the forge and the configuration of the forge. See the parent of the comment you replied to. Not everyone uses squash merge.
t0mas88
OP
6mo ago
That's the normal setup, but the parent comment made it sound like theirs would build every commit?
j
/
k
navigate · click thread line to collapse