Skip to content

Commit

Permalink
skip newsfile for dependabot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 19, 2024
1 parent f630bcc commit ca47436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/newsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
changelog:
runs-on: ubuntu-latest
# No newsfile required for dependabot
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3
with: # Needed for comparison
Expand Down

0 comments on commit ca47436

Please sign in to comment.