Skip to content

Commit

Permalink
fix: disable solidity-wrappers for dependabot (#13337)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt authored May 28, 2024
1 parent fc6db74 commit 765a1e8
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 765a1e8

Please sign in to comment.