Skip to content

Commit

Permalink
Skip the sync-doc step for a PR made by Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
wartraxx51 committed Feb 13, 2025
1 parent 9e480c8 commit 2b555d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:

jobs:
sync:
if: github.event.pull_request.head.repo.fork == false && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout source repository
Expand Down

0 comments on commit 2b555d5

Please sign in to comment.