Skip to content

Commit

Permalink
ci(preview): dont attempt to deploy previews from dependabot PRs (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Jan 22, 2024
1 parent bcbeb93 commit 36084a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
jobs:
deploy-preview:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- name: Cached LFS checkout
uses: nschloe/action-cached-lfs-checkout@d481127c3821f9c278a6019c39a108ac7004c133
Expand Down

0 comments on commit 36084a0

Please sign in to comment.