diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 72a2d2d25bf..b346cb9f4c3 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -18,6 +18,7 @@ on: jobs: golangci: + if: ${{ github.event_name == 'pull_request' || github.event_name == 'schedule' }} name: lint runs-on: ubuntu20.04-8cores-32GB steps: