diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 64501e4e1..7334b06ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -245,4 +245,4 @@ jobs: # only run golangci-lint for pull requests, otherwise ALL hints get # reported. We need to slowly address all issues until we can enable # linting the master branch :) - if: github.event.pull_request.head.repo.full_name != github.repository + if: github.event_name == "pull_request"