Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit be37032

Browse files
authored
dont do previews for dependabot (#579)
1 parent f40705f commit be37032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency: preview-${{ github.ref }}
1414

1515
jobs:
1616
deploy-preview:
17+
if: github.actor != 'dependabot[bot]'
1718
runs-on: ubuntu-latest
1819
permissions: write-all
1920
steps:

0 commit comments

Comments
 (0)