From 259dfaed11a062a5c350c8422e6db94fb610549e Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 21 Apr 2023 17:24:06 +0200 Subject: [PATCH] Update tests.yml --- .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 2f121537..81392e5c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -101,7 +101,7 @@ jobs: needs: [code_style, rule_linter] # do not run on forks, because: # with the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository. - if: "! github.event.pull_request.head.repo.fork" + if: github.event.pull_request.head.repo.full_name == github.repository strategy: fail-fast: false matrix: