From 073576546b134e0e92c176276ccb633d26034c86 Mon Sep 17 00:00:00 2001 From: Gerd Wachsmuth Date: Sat, 22 Jul 2023 21:35:06 +0200 Subject: [PATCH] Update pytest.yml According to https://github.com/actions/first-interaction/issues/10#issuecomment-670968624, this should fix the issue with the failing of pytest on pull requests from forks. --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 9fa41de..70b4756 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy push: branches: - main - pull_request: + pull_request_target: jobs: pytest: runs-on: ubuntu-latest