From 48e337859c7428a71b777c1c886fe820c016c2b4 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 15 Jan 2025 04:16:06 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#415) This PR was automatically generated by the update-native-provider-workflows workflow in the pulumi/ci-mgmt repo, from commit cc9527ee9331adf846e9a17b57bdc1ad887238b6. --- .github/workflows/build.yml | 2 +- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-acceptance-tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5720677..6a67dac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: echo 'EOF' >> $GITHUB_ENV env: GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }} - - if: github.event_name == 'pull_request' + - if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' name: Comment on PR with Details of Schema Check uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1 with: diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index f5cd76f..c097596 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -91,7 +91,7 @@ jobs: echo 'EOF' >> $GITHUB_ENV env: GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }} - - if: github.event_name == 'pull_request' + - if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' name: Comment on PR with Details of Schema Check uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec840dd..b65b2f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: echo 'EOF' >> $GITHUB_ENV env: GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }} - - if: github.event_name == 'pull_request' + - if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' name: Comment on PR with Details of Schema Check uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1 with: diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index 8117e8b..585f1d3 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -114,7 +114,7 @@ jobs: echo 'EOF' >> $GITHUB_ENV env: GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }} - - if: github.event_name == 'pull_request' + - if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' name: Comment on PR with Details of Schema Check uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1 with: