Skip to content

Commit

Permalink
fix(ci): only run some GH actions on PR approval, not on every comment
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Aug 12, 2024
1 parent 25eef1e commit 2777d30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/merge-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ permissions:
on:
- push
- pull_request_target
- pull_request_review
- pull_request_review:
types: [submitted]

jobs:
check_merge:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/predict-conflicts.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "Check Potential Conflicts"
on:
- pull_request_target
- pull_request_review
- pull_request_review:
types: [submitted]

permissions:
contents: read
Expand Down

0 comments on commit 2777d30

Please sign in to comment.