Skip to content

Commit

Permalink
Merge pull request #399 from VictorAvelar/chore/avoid-triggering-acti…
Browse files Browse the repository at this point in the history
…ons-on-dependabot

chore(actions): skip link checking if pr is opened by dependabot
  • Loading branch information
VictorAvelar authored Sep 26, 2024
2 parents c8edd94 + 5091dde commit 48d5db3
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 48d5db3

Please sign in to comment.