From 24f1a03dff495d89878ee7880153b09eda8cd4bd Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:49:10 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#464) 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 aeb9808e..21ff022b 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -279,9 +279,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 7aac805e..1b91575f 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -218,9 +218,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 7a4c8698..ca1f3b98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -232,9 +232,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 506e80cd..c3ead1ac 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -242,9 +242,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} comment_tag: schemaCheck message: >+ - ### Does the PR have any schema changes? - - ${{ env.SCHEMA_CHANGES }}