micropython/.github/workflows
David Lechner 96c23432f6 github/workflows: Fix code size comment workflow for non-PR.
This fixes the case for the code size comment action where there is no
matching artifact.  Apparently, the result of the github-script action was
not treating `false` as a boolean value.  To fix the problem we change the
result to use string.  Also add some logging to make the step a bit less
cryptic.

Signed-off-by: David Lechner <david@pybricks.com>
2022-12-07 13:40:59 +11:00
..
code_formatting.yml github/workflows: Bump actions/setup-python from 1 or 2 to 4. 2022-11-11 14:27:12 +11:00
code_size.yml github/workflows: Comment on code size change instead of failing CI. 2022-11-29 11:36:28 +11:00
code_size_comment.yml github/workflows: Fix code size comment workflow for non-PR. 2022-12-07 13:40:59 +11:00
commit_formatting.yml github/workflows: Bump actions/setup-python from 1 or 2 to 4. 2022-11-11 14:27:12 +11:00
docs.yml github/workflows: Bump actions/setup-python from 1 or 2 to 4. 2022-11-11 14:27:12 +11:00
examples.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
mpy_format.yml github/workflows: Run mpy-format CI when tests and examples change. 2022-11-23 10:32:55 +11:00
ports.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_cc3200.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_esp32.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_esp8266.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_mimxrt.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_nrf.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_powerpc.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_qemu-arm.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_renesas-ra.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_rp2.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_samd.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_stm32.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_teensy.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_unix.yml github/workflows: Use ubuntu-20.04 when python2 is required. 2022-11-23 10:32:55 +11:00
ports_webassembly.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_windows.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00
ports_zephyr.yml github/workflows: Bump actions/checkout to v3. 2022-11-11 13:25:27 +11:00