InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.69k stars 921 forks source link

workflows: Fix build size comparison workflows #1519

Closed Riksu9000 closed 1 year ago

Riksu9000 commented 1 year ago

In public repositories, create-or-update-comment action doesn't work in workflows triggered by the pull_request event, due to restrictions in GitHub Actions. Use pull_request_target event instead.

Let's see if this works.