diff options
author | Angus Gratton <angus@redyak.com.au> | 2024-10-31 10:47:47 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-10-31 23:19:55 +1100 |
commit | 787c424cfc1e07c8881713ee5c1a6e26f6d6bf07 (patch) | |
tree | 70b96d9dffc37f6e09047378609f32d526d7a55a /docs/esp8266 | |
parent | 9591b0a53c599baac79e1e895153d6b6944ebef0 (diff) | |
download | micropython-787c424cfc1e07c8881713ee5c1a6e26f6d6bf07.tar.gz micropython-787c424cfc1e07c8881713ee5c1a6e26f6d6bf07.zip |
tools/ci.sh: Fix reference commit for code size comparison.
Previously the code size comparison was between the merge base (i.e. where
the PR branched), and the generated merge commit into master. If the PR
branch was older than current master, this meant the size comparison could
incorrectly include changes already merged on master but missing from the
PR branch.
This commit changes it to compare the generated merge commit against
current master, i.e. the size impact if this PR was to be merged.
This commit also disables running the code size check on "push", it now
only runs on pull_request events.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'docs/esp8266')
0 files changed, 0 insertions, 0 deletions