Skip to content

Commit

Permalink
avoid book build for dependabot merges (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Nov 6, 2024
1 parent 4090e5a commit 47cdce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
deploy-book:
runs-on: ubuntu-latest
# only build and deploy docs if the actor is not dependabot
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 47cdce0

Please sign in to comment.