-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Get sizes from push workflow, updated build scripts #9524
[CI] Get sizes from push workflow, updated build scripts #9524
Conversation
👋 Hello P-R-O-C-H-Y, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Description of Change
This PR adds a 2nd run of compilation to the push.yml (ESP32 Arduino CI) workflow, which runs on the base branch and only if the workflow is triggered by PR. All compilation results are uploaded as artifacts and used by
publishsizes.yml
Needs #9523 to be merged first.
Tests scenarios
Tested on my fork.
Related links