diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index d8761aff248d..45cdeb0c00d5 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -199,13 +199,13 @@ jobs: echo "new_migrations=$result" >> $GITHUB_ENV shell: bash - - name: Comment PR - uses: thollander/actions-comment-pull-request@v2 - with: - message: | - Few migraions added on your - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - shell: bash +# - name: Comment PR +# uses: thollander/actions-comment-pull-request@v2 +# with: +# message: | +# Few migraions added on your +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# shell: bash # This job aggregates test results. It's the required check for branch protection. # https://github.com/marketplace/actions/alls-green#why