From a25856aae29bd51f80a9bc645547f32c6a0dab1d Mon Sep 17 00:00:00 2001 From: Max Eliseev Date: Wed, 3 Aug 2022 10:57:45 +0500 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B2=20=D1=82=D1=80=D0=B8=D0=B3=D0=B3?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=20GHA=20=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2?= =?UTF-8?q?=20=D1=82=D1=80=D0=B8=D0=B3=D0=B3=D0=B5=D1=80=20pull=5Frequest?= =?UTF-8?q?=5Ftarget=20=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=20=D0=BD?= =?UTF-8?q?=D0=B0=20pull=5Frequest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 6e75ea4..3d6bc08 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -1,5 +1,5 @@ name: Run Jest tests -on: [pull_request_target] +on: [pull_request] jobs: build-test: @@ -22,4 +22,4 @@ jobs: with: name: Jest Tests path: junit.xml - reporter: jest-junit \ No newline at end of file + reporter: jest-junit