Skip to content

Commit 89b4fcc

Browse files
authored
Update approve-merge.yml (#394)
Adds conditional to the debug output to keep me from going insane in my poor membrane.
1 parent 126443f commit 89b4fcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/approve-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
# This job will run unconditionally to dump the PR event context
2929
debug_pr_event:
3030
runs-on: ubuntu-latest
31+
if: github.event.pull_request.user.login == 'googlemaps-bot' && github.event.pull_request.head.ref == 'temp-build-branch'
3132
steps:
3233
- name: Dump Pull Request Event Context
3334
run: |

0 commit comments

Comments
 (0)