From c923bd957dd60d11dd88ae0936d00cecea31e02f Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 8 Nov 2020 19:51:11 +0100 Subject: [PATCH] Fix test for pull request --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"