diff --git a/.github/workflows/merge-check.yml b/.github/workflows/merge-check.yml index 43758a3ad2..953c4800fb 100644 --- a/.github/workflows/merge-check.yml +++ b/.github/workflows/merge-check.yml @@ -4,9 +4,9 @@ permissions: pull-requests: write on: - - push - - pull_request_target - - pull_request_review: + push: + pull_request_target: + pull_request_review: types: [submitted] jobs: diff --git a/.github/workflows/predict-conflicts.yml b/.github/workflows/predict-conflicts.yml index 9a51f0bf2a..ea85483566 100644 --- a/.github/workflows/predict-conflicts.yml +++ b/.github/workflows/predict-conflicts.yml @@ -1,7 +1,8 @@ name: "Check Potential Conflicts" + on: - - pull_request_target - - pull_request_review: + pull_request_target: + pull_request_review: types: [submitted] permissions: