Skip to content

Commit c266324

Browse files
[fix] Don't run PR check with CC on every push event
1 parent ff0c03d commit c266324

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codechecker_pr_analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: codechecker-pr-analysis
22

33
# Triggers the workflow on push or pull request events.
4-
on: [push, pull_request]
4+
on:
5+
pull_request:
6+
types: [opened, edited, reopened, synchronize]
57

68
jobs:
79
codechecker-pr-analyis:

0 commit comments

Comments
 (0)