diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 534fde3..d0de663 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -275,9 +275,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} comment_tag: schemaCheck message: >+ - ### Does the PR have any schema changes? - - ${{ env.SCHEMA_CHANGES }} diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 7c63a16..8bb2835 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -214,9 +214,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} comment_tag: schemaCheck message: >+ - ### Does the PR have any schema changes? - - ${{ env.SCHEMA_CHANGES }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ead113d..59a0ae2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -228,9 +228,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} comment_tag: schemaCheck message: >+ - ### Does the PR have any schema changes? - - ${{ env.SCHEMA_CHANGES }} diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index 583d27d..5d7a38a 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -238,9 +238,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} comment_tag: schemaCheck message: >+ - ### Does the PR have any schema changes? - - ${{ env.SCHEMA_CHANGES }}