From 5a816aebc2dafa9250ab10314a38f1dd65b8ae36 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:39:53 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#510) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 85310967cb146d6c491b79b0fd9c1a119cc45e30. --- .github/workflows/prerequisites.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prerequisites.yml b/.github/workflows/prerequisites.yml index 5211aba..a815926 100644 --- a/.github/workflows/prerequisites.yml +++ b/.github/workflows/prerequisites.yml @@ -86,7 +86,7 @@ jobs: schema-tools compare -r github://api.github.com/pulumi -p ec -o "${{ inputs.default_branch }}" -n --local-path=provider/cmd/pulumi-resource-ec/schema.json; echo "$EOF"; } >> "$GITHUB_ENV" - - if: inputs.is_pr && inputs.is_automated == false + - if: inputs.is_pr && inputs.is_automated == false && github.actor != 'dependabot[bot]' name: Comment on PR with Details of Schema Check uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1 with: