From b6a17d0909b360746d7dd2677244b944c3e09a34 Mon Sep 17 00:00:00 2001 From: Aleksander Kiryk Date: Fri, 15 Nov 2024 15:09:57 +0100 Subject: [PATCH] Fix condition for custom reports --- .github/workflows/report-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report-coverage.yml b/.github/workflows/report-coverage.yml index a2a0a10b4b9..b806a20b174 100644 --- a/.github/workflows/report-coverage.yml +++ b/.github/workflows/report-coverage.yml @@ -93,7 +93,7 @@ jobs: custom-coverage-report: name: Custom coverage report runs-on: [ self-hosted, Linux, X64, gcp-custom-runners ] - if: github.event.pull_request.merged == true + if: github.ref == 'refs/heads/main' container: centos:8 env: GHA_EXTERNAL_DISK: additional-tools