From a74ac275ac30891a788ccf8352ca9f2ad50e7312 Mon Sep 17 00:00:00 2001 From: "lvfei.lv" Date: Thu, 28 Nov 2024 17:14:17 +0800 Subject: [PATCH] [ci] remove all pull_request related conditions --- .github/workflows/linux_llvm_cov.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/linux_llvm_cov.yml b/.github/workflows/linux_llvm_cov.yml index ef12446ef..20a9276bc 100644 --- a/.github/workflows/linux_llvm_cov.yml +++ b/.github/workflows/linux_llvm_cov.yml @@ -62,7 +62,6 @@ jobs: uses: ./.github/actions/coverage with: reset-commit-id: ${{ needs.prerequisites.outputs.id }} - if: ${{ github.event_name == 'pull_request' }} cov-test: needs: prerequisites @@ -102,4 +101,3 @@ jobs: exit 1 fi shell: bash - if: ${{ github.event_name == 'pull_request' }}