From 8d2007a3bb00f0562f262179d284c9fa40aa34b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Tue, 2 Jul 2024 15:56:30 -0500 Subject: [PATCH] Change the workflow event to pull_request_target (#2985) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit we are changing this to be able to access the secrets needed to run integration tests and claim environment for it Signed-off-by: João Pereira --- .github/workflows/tests-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index 0301a89b4ee..722a7b2d334 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -7,7 +7,7 @@ on: - "v9.*" - "v8.*" - "v7.*" - pull_request: + pull_request_target: branches: - main - v9