From 765a1e8107d6bbff157dea347d8cbec957f11bc9 Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Tue, 28 May 2024 10:57:38 -0700 Subject: [PATCH] fix: disable solidity-wrappers for dependabot (#13337) --- .github/workflows/solidity-wrappers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/solidity-wrappers.yml b/.github/workflows/solidity-wrappers.yml index 56528611f36..18f2d4d9f0e 100644 --- a/.github/workflows/solidity-wrappers.yml +++ b/.github/workflows/solidity-wrappers.yml @@ -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: