From 9e4e58013acbe26fc4edbfa18860e0f68f46f37e Mon Sep 17 00:00:00 2001 From: Pulumi Bot <bot@pulumi.com> Date: Thu, 9 Jan 2025 05:25:34 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .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 01d85a14..7b3e2621 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 digitalocean -o "${{ inputs.default_branch }}" -n --local-path=provider/cmd/pulumi-resource-digitalocean/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: