Skip to content

Commit

Permalink
disable docs builds for dependabot (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Oct 6, 2024
1 parent 733136d commit 87be43e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:

jobs:
build:
# only build and deploy docs if the actor is not dependabot
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down

0 comments on commit 87be43e

Please sign in to comment.