Skip to content

Commit

Permalink
should avoid running for dependabot prs (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolzhabayev authored Nov 16, 2023
1 parent c355233 commit 9bd98f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bd98f3

Please sign in to comment.