From 97954fb4ae16f449f9595b37ebe3225c806681de Mon Sep 17 00:00:00 2001 From: Piotr Korkus Date: Wed, 6 May 2026 18:17:24 +0200 Subject: [PATCH] switch to pull_request trigger --- .github/workflows/test_and_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_docs.yml b/.github/workflows/test_and_docs.yml index fba08c4f88..03ecb8616d 100644 --- a/.github/workflows/test_and_docs.yml +++ b/.github/workflows/test_and_docs.yml @@ -17,7 +17,7 @@ permissions: pull-requests: write id-token: write on: - pull_request_target: # Allows forks to trigger the docs build + pull_request: # Temporary allow only PRs from upstream until release v0.7 types: [opened, reopened, synchronize] push: branches: