Skip to content

Commit

Permalink
chore(actions): skip link checking if pr is opened by dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Sep 26, 2024
1 parent c8edd94 commit 5091dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

jobs:
linkChecker:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Expand Down

0 comments on commit 5091dde

Please sign in to comment.