From e599ab9c581059720a1343a2f9b0d6df2ad2b351 Mon Sep 17 00:00:00 2001 From: maxb-io <105273783+maxb-io@users.noreply.github.com> Date: Sun, 6 Aug 2023 10:29:10 +0300 Subject: [PATCH] changes condition for running cehck license and history to pull_request_review --- .github/workflows/ci_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index da5c4ffd09..05d232a385 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -107,5 +107,5 @@ jobs: uses: ./.github/workflows/test_fuzz.yml Check-Licence-And-History: - if: ${{ github.event_name == 'pull_request' }} + if: ${{ github.event_name == 'pull_request_review' }} uses: ./.github/workflows/check_license_and_history.yml