You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Problem
Recent memory size investigations suggest some improvements:
- Scripts use PR==0 to distinguish pull requests from master commits
(push events), but it would be useful to record the associated PR
along with commits.
- Sometimes push events run on pull requests, and those are not
currently distinguishable from master push events.
- Sorting by build timestamp is inaccurate, since CI runs may finish
in a different order than the commits.
#### Change overview
This is the third of three steps. The first step (#12886) added `event`
and `ref` handling, and the second (#12947) added the `event` to artifact
names.
This step adds the PR number for pushes to master, extracted
from the commit message.
#### Testing
Manually checked offline, but final confirmation requires live CI.
0 commit comments