Skip to content

Commit

Permalink
Don't build docs for dependabot commits
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie authored Jun 23, 2021
1 parent f9e5659 commit e5aacb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:

jobs:
build-docs:
# only if not created by dependabot
if: >
github.actor != 'dependabot[bot]'
# docfx v2 is a .NET Framework project and only runs on Windows
runs-on: windows-latest

Expand Down

0 comments on commit e5aacb0

Please sign in to comment.