Files
opensourcepos/.github
jekkos 85f3e510ba fix(ci): skip comment job in deploy-pr.yml when prepare was not run
The comment job had if: always(), so it ran even when the prepare job
was skipped (e.g. review was not approved). With PR_NUMBER empty the gh
api call posted to issues//comments, received a 404, and the entire run
showed up as failure. Guard the job with
needs.prepare.result == 'success' so it only runs when PR_NUMBER is valid.
2026-09-14 15:09:48 +00:00
..
2021-10-20 22:32:02 +02:00
2021-11-16 22:08:49 +01:00
2020-02-15 01:04:00 +01:00