Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#510)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit 85310967cb146d6c491b79b0fd9c1a119cc45e30.
  • Loading branch information
pulumi-bot authored Jan 9, 2025
1 parent 3124452 commit 5a816ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5a816ae

Please sign in to comment.