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]