BUILD-8855 promote improvement#65
Conversation
149a376 to
7965814
Compare
|
https://github.com/SonarSource/sonar-dummy-js/actions/runs/17208109694/job/48813201106 - working as expected |
7965814 to
b3b4d27
Compare
🤖 Pull Request summaryRefactors promotion logic to make PR promotion conditional based on input parameter. • Removes conditional steps in GitHub Action and makes them always run Review focus: Verify the logic change properly handles the promotion flow - ensure PRs are correctly skipped when the flag is false, and that removing the GitHub Action conditionals doesn't break existing workflows.
|
* BUILD-8855 update promote action



Fix the bug of promote action not running when
promote-pull-requestwas set to false.