Skip to content

Commit b89f01b

Browse files
fix(ci): skip preview deployment for dependabot PRs
1 parent ac76281 commit b89f01b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313

1414
jobs:
1515
deploy-preview:
16+
if: github.actor != 'dependabot[bot]'
1617
name: Deploy Preview
1718
runs-on: ubuntu-latest
1819
steps:

0 commit comments

Comments
 (0)