mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
fix(ci): only run some GH actions on PR approval, not on every comment
This commit is contained in:
parent
25eef1e8ca
commit
2777d30caa
3
.github/workflows/merge-check.yml
vendored
3
.github/workflows/merge-check.yml
vendored
@ -6,7 +6,8 @@ permissions:
|
||||
on:
|
||||
- push
|
||||
- pull_request_target
|
||||
- pull_request_review
|
||||
- pull_request_review:
|
||||
types: [submitted]
|
||||
|
||||
jobs:
|
||||
check_merge:
|
||||
|
3
.github/workflows/predict-conflicts.yml
vendored
3
.github/workflows/predict-conflicts.yml
vendored
@ -1,7 +1,8 @@
|
||||
name: "Check Potential Conflicts"
|
||||
on:
|
||||
- pull_request_target
|
||||
- pull_request_review
|
||||
- pull_request_review:
|
||||
types: [submitted]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
Reference in New Issue
Block a user