Skip to content

Commit bb3ab43

Browse files
authored
[FIX] Skip build-docs on dependabot PRs (#1475)
1 parent b4b3432 commit bb3ab43

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
jobs:
2121
build-docs:
22+
if: github.actor != 'dependabot[bot]'
2223
runs-on: ubuntu-latest
2324
permissions:
2425
contents: write

0 commit comments

Comments
 (0)