From 1a5203ae15a0a368e1a76bdfebf6aee1e4a4d7ce Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Thu, 9 Jan 2025 05:28:52 +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 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: