From 9c3e55da9166acc37501add379bed14af920c498 Mon Sep 17 00:00:00 2001 From: Dario Coscia <93731561+dario-coscia@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:04:39 +0100 Subject: [PATCH] fix tester workflow Revert change in #646, from on_pr_target -> on_pr (#692) --- .github/workflows/tester.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index dc4c630..0b162eb 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -1,7 +1,7 @@ name: "Testing Pull Request" on: - pull_request_target: + pull_request: branches: - "master" - "dev" @@ -75,4 +75,4 @@ jobs: threshold: 80.123 fail: true publish: true - coverage-summary-title: "Code Coverage Summary" + coverage-summary-title: "Code Coverage Summary" \ No newline at end of file