From 72c48b5806f587a6af6af39ae887a6249b8799e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Mon, 1 Sep 2025 15:21:14 +0200 Subject: [PATCH] chore(ci): Change Lighthouse trigger from pull_request_target to pull_request (#11393) --- .github/workflows/lighthouse-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse-report.yml b/.github/workflows/lighthouse-report.yml index 6a0dcb8bae2b..f69bfd8541f8 100644 --- a/.github/workflows/lighthouse-report.yml +++ b/.github/workflows/lighthouse-report.yml @@ -1,7 +1,7 @@ name: Lighthouse Report on: - pull_request_target: + pull_request: branches: - main - docusaurus-v**