From 3f329778cf153aff7f2e8c3124abfe2e2ee7a51d Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 05:44:56 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#718) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit f0ec8c55b928cc870e533b367aaba1f9af2330ad. Co-authored-by: Pulumi Bot --- .github/workflows/run-acceptance-tests.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index e80fb52..e3bd6ae 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -159,8 +159,6 @@ jobs: 'pull_request' shell: bash run: > - git diff --quiet -- sdk && echo "no changes to sdk" && exit - git config --global user.email "bot@pulumi.com" git config --global user.name "pulumi-bot" @@ -175,7 +173,6 @@ jobs: # Apply and add our changes, but don't commit any files we expect to - # always change due to versioning. git stash pop @@ -193,9 +190,7 @@ jobs: git commit -m 'Commit SDK for Renovate' - # Push with pulumi-bot credentials to trigger a re-run of the - # workflow. https://github.com/orgs/community/discussions/25702 git push https://pulumi-bot:${{ steps.esc-secrets.outputs.PULUMI_BOT_TOKEN }}@github.com/${{ github.repository }} "HEAD:$HEAD_REF" @@ -316,8 +311,6 @@ jobs: 'pull_request' shell: bash run: > - git diff --quiet -- sdk && echo "no changes to sdk" && exit - git config --global user.email "bot@pulumi.com" git config --global user.name "pulumi-bot" @@ -330,9 +323,7 @@ jobs: git checkout "origin/$HEAD_REF" - # Apply and add our changes, but don't commit any files we expect to - # always change due to versioning. git stash pop @@ -351,7 +342,6 @@ jobs: git commit -m 'Commit SDK for Renovate' # Push with pulumi-bot credentials to trigger a re-run of the - # workflow. https://github.com/orgs/community/discussions/25702 git push https://pulumi-bot:${{ steps.esc-secrets.outputs.PULUMI_BOT_TOKEN }}@github.com/${{ github.repository }} "HEAD:$HEAD_REF"