Skip to content

Commit 2a89d4a

Browse files
authored
fix: Update dist-pr.yml
Removes the actor condition to see if that kicks it loose.
1 parent 67cf1a7 commit 2a89d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
approve-and-merge:
2424
runs-on: ubuntu-latest
25-
if: ${{ github.actor == 'googlemaps-bot[bot]' }}
25+
if: github.ref == 'refs/heads/dist'
2626
steps:
2727
- name: Checkout code
2828
uses: actions/checkout@v3

0 commit comments

Comments
 (0)