diff --git a/.github/workflows/typedocs.yml b/.github/workflows/typedocs.yml index 9b232d178..5496e368a 100644 --- a/.github/workflows/typedocs.yml +++ b/.github/workflows/typedocs.yml @@ -6,7 +6,7 @@ on: types: [ labeled ] jobs: main: - if: ${{ github.event.pull_request == false || github.event.pull_request.head.repo.full_name == github.repository }} + if: ${{ (github.event.pull_request == false || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - name: Checkout Actions