From a1bb52d8eea635c2efbd0430d30fc8e66263c335 Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Thu, 28 Mar 2024 11:28:20 -0400 Subject: [PATCH] Disables dependabot spending money completely (#12628) --- .github/workflows/ci-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index cc934ecf9b6..c731bf5fa87 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -55,7 +55,7 @@ jobs: golangci: # We don't directly merge dependabot PRs, so let's not waste the resources - if: ${{ github.event_name == 'pull_request' || github.event_name == 'schedule' && github.actor != 'dependabot[bot]' }} + if: ${{ (github.event_name == 'pull_request' || github.event_name == 'schedule') && github.actor != 'dependabot[bot]' }} name: lint runs-on: ubuntu22.04-8cores-32GB needs: [filter]