Skip to content

Commit

Permalink
fix: disable solidity-wrappers for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed May 27, 2024
1 parent d675d86 commit 5975c4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/solidity-wrappers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ concurrency:

jobs:
changes:
# We don't directly merge dependabot PRs, so let's not waste the resources
if: ${{ github.actor != 'dependabot[bot]' }}
name: Detect changes
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 5975c4c

Please sign in to comment.