From 1eb7cd49784eac2ee408d389beab35e8f816c8cd Mon Sep 17 00:00:00 2001 From: epszaw Date: Fri, 10 Apr 2026 16:38:07 +0200 Subject: [PATCH] add run condition to gh action step --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e3c37be..7d932ac8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,6 +56,7 @@ jobs: continue-on-error: true - name: Run Allure Action + if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository uses: ./ with: report-directory: "./out/allure-report"