Skip to content

Commit 37f1a8a

Browse files
authored
[internal] Update GitHub Actions workflow files (#87)
1 parent 41d96d7 commit 37f1a8a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo 'EOF' >> $GITHUB_ENV
9393
env:
9494
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
95-
- if: github.event_name == 'pull_request'
95+
- if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
9696
name: Comment on PR with Details of Schema Check
9797
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
9898
with:

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
echo 'EOF' >> $GITHUB_ENV
8585
env:
8686
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
87-
- if: github.event_name == 'pull_request'
87+
- if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
8888
name: Comment on PR with Details of Schema Check
8989
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
9090
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
echo 'EOF' >> $GITHUB_ENV
8585
env:
8686
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
87-
- if: github.event_name == 'pull_request'
87+
- if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
8888
name: Comment on PR with Details of Schema Check
8989
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
9090
with:

.github/workflows/run-acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
echo 'EOF' >> $GITHUB_ENV
108108
env:
109109
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
110-
- if: github.event_name == 'pull_request'
110+
- if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
111111
name: Comment on PR with Details of Schema Check
112112
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
113113
with:

0 commit comments

Comments
 (0)