diff --git a/.github/workflows/build-engines.yml b/.github/workflows/build-engines.yml index 6e931fedd22..9ca6940c8c5 100644 --- a/.github/workflows/build-engines.yml +++ b/.github/workflows/build-engines.yml @@ -53,7 +53,7 @@ jobs: echo "Repository Owner: $${{ github.repository_owner }}" echo "Pull Request Author: ${{ github.actor }}" echo "Pull Request Author Association: ${{ github.event.pull_request.author_association }}" - echo "Commit message:${{ steps.commit-msg.outputs.commit-msg }}" + # echo "Commit message:${{ steps.commit-msg.outputs.commit-msg }}" echo "Commit message contains [integration]: ${{ contains(steps.commit-msg.outputs.commit-msg, '[integration]') }}" - name: 'Check if commit message conatains `[integration]` and the PR author has permissions to trigger the workflow'