Skip to content

Commit 906052b

Browse files
[ci] remove all pull_request related conditions (#827)
1 parent 643e868 commit 906052b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/linux_llvm_cov.yml

-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
uses: ./.github/actions/coverage
6363
with:
6464
reset-commit-id: ${{ needs.prerequisites.outputs.id }}
65-
if: ${{ github.event_name == 'pull_request' }}
6665

6766
cov-test:
6867
needs: prerequisites
@@ -102,4 +101,3 @@ jobs:
102101
exit 1
103102
fi
104103
shell: bash
105-
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)