We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126443f commit 89b4fccCopy full SHA for 89b4fcc
.github/workflows/approve-merge.yml
@@ -28,6 +28,7 @@ jobs:
28
# This job will run unconditionally to dump the PR event context
29
debug_pr_event:
30
runs-on: ubuntu-latest
31
+ if: github.event.pull_request.user.login == 'googlemaps-bot' && github.event.pull_request.head.ref == 'temp-build-branch'
32
steps:
33
- name: Dump Pull Request Event Context
34
run: |
0 commit comments