From a48e7c1f7b77c3d197026c69e4b7c54dba0083f4 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Wed, 1 Nov 2023 00:25:00 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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