Skip to content

Commit

Permalink
fix: don't run Review App workflow on Markdown PRs opened by Dependab…
Browse files Browse the repository at this point in the history
…ot (#506)
  • Loading branch information
Ryan Park authored May 20, 2022
1 parent 41b8935 commit 53865bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/review-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
sync:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 53865bd

Please sign in to comment.