diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index e2fe453d36b..78169ba9f71 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -11,6 +11,7 @@ on: - '!**.asciidoc' - '!**.png' - '!**.svg' + merge_group: # limit the access of the generated GITHUB_TOKEN permissions: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6702ff56074..70543ceffca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ on: - '**.asciidoc' - '**.png' - '**.svg' + merge_group: # limit the access of the generated GITHUB_TOKEN permissions: diff --git a/.github/workflows/terraform-fmt.yml b/.github/workflows/terraform-fmt.yml index 23a3518b502..2d610adb1b1 100644 --- a/.github/workflows/terraform-fmt.yml +++ b/.github/workflows/terraform-fmt.yml @@ -7,6 +7,7 @@ on: pull_request: paths: - '**.tf' + merge_group: jobs: terraform-fmt: