From bc3e843e81e4ae1b8c3fe44458726ddece856064 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:33:59 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#682) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit b5479f3402f3a2a65eb1cdf36af6f704e59b29d4. --- .github/workflows/master.yml | 3 --- .github/workflows/prerelease.yml | 3 --- .github/workflows/release.yml | 3 --- .github/workflows/run-acceptance-tests.yml | 3 --- 4 files changed, 12 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 21ce9f6e..beb28f88 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.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 7c9e93b6..1be785ce 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 a920caf2..dc035d65 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 2f2c361b..6423a312 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 }}