diff --git a/.github/workflows/slash-build-command.yml b/.github/workflows/slash-build-command.yml index 174929b..9b38358 100644 --- a/.github/workflows/slash-build-command.yml +++ b/.github/workflows/slash-build-command.yml @@ -38,16 +38,7 @@ jobs: - name: Add reaction +1 id: add_reaction_1 - if: ${{ steps.trigger_build.outcome == 'success' }} uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ github.event.comment.id }} - reactions: "+1" - - - name: Add reaction -1 - id: add_reaction_2 - if: failure() && ${{ steps.trigger_build.outcome == 'failure' || steps.check_args.outcome == 'failure' }} - uses: peter-evans/create-or-update-comment@v4 - with: - comment-id: ${{ github.event.comment.id }} - reactions: "-1" \ No newline at end of file + reactions: "+1" \ No newline at end of file