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