diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 67149d1..a536467 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -274,9 +274,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 5fdaec7..43cfbe5 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -213,9 +213,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 d60ee33..4a81465 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -227,9 +227,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 55fb3b2..f173f86 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -237,9 +237,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} comment_tag: schemaCheck message: >+ - ### Does the PR have any schema changes? - - ${{ env.SCHEMA_CHANGES }}